Not Found The requested URL * was not found on this server.
the solution for me . ( on a unix server ) was to add the following as the .htaccess file at root.
# BEGIN WordPressRewriteEngine On RewriteBase /wp/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp/index.php [L] # END WordPress
No comments:
Post a Comment