• It’s been a few day’s that I have been messing with this, but I figured it’s time to go to a pro.

    https://www.edm-girl.com is the site. https://www.edm-girl.com/web is the directory everything is in.

    As you can see, a lovely 500 Internal Server Error. I’ve read over a many many posts on the Support Forum about how to fix it, but nothing has yet to work.

    My .htaccess is currently:

    # BEGIN WordPress
    
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    
    # END WordPress

    I’ve changed it a few times a few different ways (Rewrite base to /web, taking the / out before index.php, etc) and nothing. I’ve deleted it multiple times and changed my permalinks and got nothing. I did notice when I changed my permalinks from ‘Post Name’ (what I’ve always used) to Default the /web site showed up as usual (not the main link though). Changing it back just gave me a 404 error again.

    I’ve also unactivated/reactivated all the plugins and none of them seem to be the issue.

    I’ve reinstalled wp-admin and wp-include, to no change.

    It’s not a disk usage problem either.

    Thoughts? Ideas? Anyone know any magic tricks?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The 500 error is a fairly generic server error.
    Contact the webhost and see what info he has.

    I also got an Internal Server Error. And, I tried many things like you did: .htaccess, plugins, themes, etc. Without success.

    Eventually I contacted the hosting provider to see the server error log. And, the message was “PHP Fatal error: Allowed memory size of 41943040 bytes exhausted …”

    The problem was solved by adding a line to the wp-config.php file:
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    Perhaps you have the same problem. Otherwise, you need to contact the web host.

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