• Resolved codi727

    (@codi727)


    This is what I get when I try to look at the post on my site.

    https://aquaponicsmagazine.com

    Can anyone tell me what the problem might be and how to fix it?

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@aqmag.woaat.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The front page loads fine, but I can see that a post, for example, yields this error.

    First thing to confirm is that you have an .htaccess file in the root of your website. If it’s there, can you show us what it contains?

    Second, who configured your web server / virtual host files for that domain? Is it a new site or did that just break?

    Thread Starter codi727

    (@codi727)

    .htaccess contents

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /journal/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /journal/index.php [L]
    </IfModule>

    # END WordPress

    Was an established site just quit working

    Can you temporarily disable pretty permalinks and see if the pages load then?

    Thread Starter codi727

    (@codi727)

    where do I do that?

    Thread Starter codi727

    (@codi727)

    never mind I remembered

    Thread Starter codi727

    (@codi727)

    I set it back to default and now the site is working. So How do I get the custom permalinks to work?

    If I had to take a guess, considering the .htaccess file looks like it should work, I’m guessing something changed on the server with regard to rewrites. This could be a setting in the Apache configuration file, the site’s virtual host file, or a missing component (like mod_rewrite.c).

    I’d start by checking the output of phpinfo() to see if mod_rewrite is a loaded module. Then I would go and review the Apache configuration file and virtual host file, to see whether something changed. If you don’t manage those aspects of the server, I’d pass what you’ve learned to a server admin and have them take a look.

    I just checked your site again, and the other pages appear to load now? Did you find out what the problem was?

    Thread Starter codi727

    (@codi727)

    Nope, just changed the permalinks to default, reloaded the page, it worked, changed the permalinks back to custom, reloaded, IT WORKED.???!!! DUH!! A complete mystery.

    Thanks for your assist.

    Codi

    Can you take another look at your .htaccess file and see if WordPress changed anything within it? I also know that visiting the “Permalinks” page triggers an update of all the rewrite rules in the database, so that could have fixed it, too.

    Thread Starter codi727

    (@codi727)

    It all looks the same???

    OK- it would have to have been an issue with the rewrite rules in the database then. Thanks for double checking!

    Thread Starter codi727

    (@codi727)

    No problem…thanks again for the assist

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Internal Server Error’ is closed to new replies.