فهرست منبع

AllowOverride in the hosting template

Serghey Rodin 13 سال پیش
والد
کامیت
c4a3227f31
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      install/0.9.7/rhel/templates/web/apache/hosting.stpl
  2. 1 1
      install/0.9.7/rhel/templates/web/apache/hosting.tpl

+ 1 - 1
install/0.9.7/rhel/templates/web/apache/hosting.stpl

@@ -12,7 +12,7 @@
     CustomLog /var/log/httpd/domains/%domain%.log combined
     %elog%ErrorLog /var/log/httpd/domains/%domain%.error.log
     <Directory %sdocroot%>
-        AllowOverride AuthConfig FileInfo Indexes Limit
+        AllowOverride All
         SSLRequireSSL
         Options +Includes -Indexes %cgi_option%
         php_admin_value upload_tmp_dir %home%/%user%/tmp

+ 1 - 1
install/0.9.7/rhel/templates/web/apache/hosting.tpl

@@ -12,7 +12,7 @@
     CustomLog /var/log/httpd/domains/%domain%.log combined
     %elog%ErrorLog /var/log/httpd/domains/%domain%.error.log
     <Directory %docroot%>
-        AllowOverride AuthConfig FileInfo Indexes Limit
+        AllowOverride All
         Options +Includes -Indexes %cgi_option%
         php_admin_value upload_tmp_dir %home%/%user%/tmp
         php_admin_value upload_max_filesize 10M