Nothing but home page only
-
Help please.
I was changing some pages using “Quick Edit” and now only my home page shows and every other link displays nothing found.
I have been advised by my host that the mod_rewrite settings are wrong and need adjusting.
My code is:
# 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
Can anyone please tell me what I need to change ??
Many thanks
Paul
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Nothing but home page only’ is closed to new replies.