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.noahsclassifieds.org/documentation/configuration/rewriterules
http://your.classifieds.site/item/10
http://your.classifieds.site/index.php?item/10
<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>

