Quote:
|
p.s. I assumed you were talking about /etc/httpd/conf/httpd.conf. Is that the right file to be modifying for ispconfig?
|
Yes, if thats your main apache configuration file.
Quote:
|
Are there supposed to be two AllowOverrides?
|
They are for two different directories, one for the websites and the second for the user websites. The syntax is correct for both.
You can try to change:
<Directory /var/www/*/web>
Options +Includes +Indexes
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>
to:
<Directory /var/www/*/web>
Options +Includes +Indexes
AllowOverride All
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Deny from all
</Files>
</Directory>
and restart apache.
Recent comments
13 hours 31 min ago
18 hours 36 min ago
23 hours 33 sec ago
1 day 49 min ago
1 day 15 hours ago
1 day 15 hours ago
1 day 20 hours ago
2 days 2 hours ago
2 days 3 hours ago
2 days 4 hours ago