g8torabsolut
Member
Posted 10 months ago #
I am in desperate need of help!
My blog http://www.TheBuzzOnAdvertising.com loads just fine as well as my admin portal, but when you try to click on a subcategory in the menu bar, the site wont load and it says theres an error.
Is there a setting I need to have clicked and/or what should my .htaccess file have in it?
Please help!
Have you tried:
- deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
- switching to the Twenty Ten theme to rule out any theme-specific problems.
- resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
- resetting your custom permalinks back to the default setting. If this works, then review Using_Permalinks before setting a custom permalink structure back up again.
g8torabsolut
Member
Posted 10 months ago #
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
There's nothing wrong with that .htaccess file. Try:
- switching to the Twenty Eleven theme by renaming your current theme's folder in wp-content/themes using FTP or whatever file management application your host provides.
- resetting the plugins folder by FTP or phpMyAdmin.