After doing rewriterule that solved internal server error 500 we lost the menus
-
We started out with an Internal Server error 500. Then this problem developed.
https://www.inspirationalgoaling.com <https://Www.inspirationalgoaling.com> is a WordPress website we’re working with. Something odd happened recently in that some pages on the site, but not in the wp menu for the site quit working. We got an internal server error 500. Working with the techs at the hosting company, they put in a .htaccess file that included this code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /cleargoalscoaching/inspirationalgoaling/
RewriteBase /inspirationalgoaling/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule . /inspirationalgoaling/index.php [L]
RewriteRule . /index.php [L]
</IfModule>
# END WordPressThis fixed the problem of the non-menued pages but knocked out the menuing system.
The WP install is located at https://www.cleargoalscoaching.com/inspirationalgoaling/ <https://www.cleargoalscoaching.com/inspirationalgoaling/>
But we did a server domain redirect to https://www.inspirationalgoaling.com <https://www.inspirationalgoaling.com>
It was working fine until just recently. We upgraded the WP to 3.0.1, upgraded all the plugins, etc.
We’re stumped. If you had any ideas, we’d greatly appreciate a fresh set of eyes.
- The topic ‘After doing rewriterule that solved internal server error 500 we lost the menus’ is closed to new replies.