Forums

500 Error When Click on Link to Page Already Viewing (2 posts)

  1. krazyb
    Member
    Posted 2 months ago #

    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!

  2. jceresini
    Member
    Posted 2 months ago #

    Your .htaccess file looks fine to me. Your hosting company should be able to check the server logs, or maybe you have access to them. You want to look at the error logs, not the access logs. They will give some decent information about why the page returned a 500 error.

    [signature moderated Please read the Forum Rules]

Reply

You must log in to post.

About this Topic