Sign up for PayPal and start accepting credit card payments instantly.
Please register or log in.

System configuration checking...

Note: if after the installation, you get 'Error 400' pages when you click on any links, please read the following page for the solution: http://www.quicksellclassifieds.com/documentation/configuration/rewriterules

Click here to test mail sending.


Nice URL feature:

QuickSell Classifieds supports using nice URLs. This means for example that the link of an ad details page can look like this:
    http://your.classifieds.site/item/10
    
instead of the current solution:
    http://your.classifieds.site/index.php?item/10
    
Besides that the former one is nicer, it is also said to be more search engine friendly.

So that the nice URL feature works the Apache module called mod_rewrite must be installed. It can't be find out for sure whether it is installed currently (Php is probably installed as a CGI binary). If mod_rewrite is already installed, you should create a file under the classifieds installation directory called .htaccess and put the following text in it, in order to enable nice URLs:
    <IfModule mod_rewrite.c>
      RewriteEngine on
      RewriteRule .* - [env=REWRITE_ON:1]
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !-f 
      RewriteRule ^(.*)$ index.php?url=$1 [L]
    </IfModule>
      
If after doing this, the nice url feature still doesn't work, you should click here to learn more about the possible troubleshooting!

CAPTCHA test:

You can use the CAPTCHA feature of the program, if you can see a proper CAPTCHA image below this text. If the image is not displayed, click here to learn more about the possible reasons!

If the CAPTCHA feature doesn't work on your server, don't try to enable it - especially not in the login form - because it will block you from login as admin!



If you want to begin to work with on your QuickSell Classifieds and you want this page to disappear click here.
You can access this configuration checking page whenever you want if you click on the 'Check' link in the menubar.