500 Internal Server Error
-
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?
- The topic ‘500 Internal Server Error’ is closed to new replies.