adding options + allowoverride to keep most of alternc-pre-1.0 behavior. if we don't put this, AlternC is completely broken on locally hosted domains
This commit is contained in:
parent
cb62747eef
commit
70eae5bd56
|
@ -4,6 +4,8 @@
|
|||
|
||||
<Directory "%%document_root%%">
|
||||
php_admin_value open_basedir "%%document_root%%:/usr/share/php/:/var/alternc/tmp:/tmp"
|
||||
Options +FollowSymLinks +MultiViews
|
||||
AllowOverride AuthConfig FileInfo Limit Options Indexes
|
||||
</Directory>
|
||||
|
||||
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %{Host}i" alternc
|
||||
|
|
Loading…
Reference in New Issue