Author Topic: Subdomain: 500 Internal Server Error  (Read 16756 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Subdomain: 500 Internal Server Error
« on: September 27, 2016, 04:12:37 PM »
I've added the subdomain in CWP and added an A entry for the subdomain pointing to my IP @ Cloudflare but the server gives me this error: 500 Internal Server Error

This is from the error log:
.htaccess: Options not allowed here, referer: ...

The subdomain has 'AllowOverride All' in vhosts.conf

Any ideeas?

Offline
**
Re: Subdomain: 500 Internal Server Error
« Reply #1 on: September 28, 2016, 06:53:24 AM »
you could try fix permissions

Offline
*
Re: Subdomain: 500 Internal Server Error
« Reply #2 on: September 28, 2016, 05:07:39 PM »
Permissions are set to 644/755 and own:grp are set to the user.

Offline
**
Re: Subdomain: 500 Internal Server Error
« Reply #3 on: September 28, 2016, 06:31:50 PM »
How is the server setup ? are you using Varnish or Nginx with Apache, what happens if you put a .html file in the folder as an index ?

Offline
*
Re: Subdomain: 500 Internal Server Error
« Reply #4 on: September 29, 2016, 07:19:29 PM »
I don't use Varnish or Nginx. The subdomain is for the mobile version of the site m.site.com (nothing dynamic). site/m/ works fine.

Offline
*
Re: Subdomain: 500 Internal Server Error
« Reply #5 on: November 07, 2016, 05:45:31 PM »
Same problem here.

Offline
*
Re: Subdomain: 500 Internal Server Error
« Reply #6 on: November 16, 2016, 08:26:13 PM »
same problem here :'c please help!

i already set my vhost like this

<Directory "/home/myuser/public_html">
   Options All
   AllowOverride All
        Require all granted
   Order allow,deny
   allow from all
</Directory>

and it's not working D:

i also updated apache to 2.4 and same problem :'c
« Last Edit: November 16, 2016, 08:27:48 PM by netronicus »

Offline
*****
Re: Subdomain: 500 Internal Server Error
« Reply #7 on: November 17, 2016, 03:02:11 PM »
rename .htaccess to .htacess.bak and try

you need to enable dir listing.