another permalink issue
Hi,
I have just activate the classipress theme and change the permalinks setting to /%postname%/ but the none of the pages I created or classipress's pages ad-new or other are not working. I'm getting page not found error. Any idea what may be wrong.
if I chage permalink setting to default (
http://localhost/wordpress/?p=123) then all pages work fine.
Error:
Not Found
The requested URL /wordpress/add-new/ was not found on this server.
I have already update the .htaccess file in wordpress root with
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress
still not working.