Server 500 on GoDaddy shared
-
Hi,
I manage a couple sites on GoDaddy shared – different accounts – and both went server 500. Turns out there’s an extra closing IfModule in the htaccess that the server doesn’t like:
# Apache >= 2.3 <IfModule mod_authz_core.c> <RequireAll> Require all Granted Require not env bad_bot </RequireAll> </IfModule> </IfModule>
The unopened closing tag exists on some VPS sites without issue but GoDaddy shared was going server 500. When I removed that extra tag all worked as it should.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Server 500 on GoDaddy shared’ is closed to new replies.