500 Error When Click on Link to Page Already Viewing
-
Hey folks!
I’m hoping someone can help me with this. It seems kinda of strange but maybe someone else has had this problem.
I am getting a 500 Error when I click on a link (in an image or page menu bar) to the same page or post that I am already viewing. Basically, when I am viewing a page and I want to refresh or view the page again, I get an error.
My hosting corp said that they think something is wrong with my .htaccess file but they were no more help than that.
I have WordPress installed in /home.com/wordpress/ but I have it redirected to show up at /home.com/. The code in my .htaccess file is:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Any suggestions will be greatly appreciated!!! Thanks!
- The topic ‘500 Error When Click on Link to Page Already Viewing’ is closed to new replies.