I will try that but now when I try to log into my admin section I get the following error:
“Error 500 – Internal server error
An internal server error has occured!
Please try again later.”
This happened earlier but I’ve been playing with my .htaccess file to fix the sub-category issue but now I’ve made it worse.
What should be in my .htacess file?
Right now I have:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress