I've tried creating a copy of my site using a sql dump and importing this to a new set-up. The problem is that although my homepage works ok, I get 404 for all the other pages, although I can see them all in Wordpress. I have tried re-saving the permalink structure, mod_rewrite is enabled. Wordpress can save .htaccess. I've Googled this and not found any further clues as to how to fix it.
# 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 WordPress
Settings->General? – m0r7if3r Feb 9 '12 at 13:03