Permalinks changed now blog not functioning
-
I changed the permalink structure to be /%category%/%postname%/ and added the htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /comments/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>This is exactly the same as I have done on 6 other blogs, some on the same server as this new one but for some reason this makes the pages, categories, tags, etc all produce page not found errors and now when I try to log back into the admin area it says it is an invalid username.
The hosting company have deleted the database and uninstalled WP, reinstalled it and if the permalink structure is left on default it works fine but I changed it again as above and it has done exactly the same thing. There are no plugins installed and it was left on the default theme.
Now if this was my first blog or even the first one with the hosting company I could maybe think I or they had done something wrong but I just really don’t understand this at all.
Any ideas or suggestions??
Thanks in advance
Julia[edited site info as install screen was showing up]
- The topic ‘Permalinks changed now blog not functioning’ is closed to new replies.