NOT FOUND The requested URL /clasifiya/add-new/ was not found on this server
I had installed classipress on my PC, Im using AppServ Open Project - 2.5.10 for Windows, I got the next message when I press: Post An Ad, Manage Ad, when I try to see a classified, the error is:
Not Found
The requested URL /clasifiya/add-new/ was not found on this server.
Apache/2.2.8 (Win32) PHP/5.2.6 Server at localhost Port 80
I tried changing the Permalink Settings, but nothing works, file .htaccess is OK
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /clasifiya/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /clasifiya/index.php [L]
</IfModule>
# END WordPress
what's is wrong. thanks.