Error page not found
-
I know this has been asked many time in the forum, but I have been trying all diferent solution that I could found and nothing makes it work.
My problem is that I cannot access any of my pages because I get the NOT FOUND error.I was using pretty permalink, but I have tried with the default one and the error is still there.
I’m working with WAMP.
I have already changed the Apache httpd line:
LoadModule rewrite_module modules/mod_rewrite.so
and the lines:
`<Directory />
Options FollowSymLinks
AllowOverride FileInfo Options
Order deny,allow
Deny from all
</Directory>`My htaccess looklike this:
# 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
Please any one with a new idea?
- The topic ‘Error page not found’ is closed to new replies.