如何让apache支持.htaccess
apache配置文件(httpd.conf 或者 extra/httpd-vhosts.conf)
| 原来的配置 | 修改后的配置 | |
|
<Directory > AllowOverride None </Directory> |
<Directory > AllowOverride All </Directory> |
|
apache配置文件(httpd.conf 或者 extra/httpd-vhosts.conf)
| 原来的配置 | 修改后的配置 | |
|
<Directory > AllowOverride None </Directory> |
<Directory > AllowOverride All </Directory> |
|