WordPress Install on IP address, Permalink 404 problem
-
I have a dev site set up on an IP address http://199.73.49.5/
When trying to visit pages I am met with a 404 error.
My htaccess file looks like this
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressmod_rewrite is enabled.
Can you think of any other reasons why this would be happening?
The topic ‘WordPress Install on IP address, Permalink 404 problem’ is closed to new replies.