咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

如何让apache支持.htaccess

2016-01-22 16:53:04 2536次

Centos下打开文件系统 ,依次打开:/etc/httpd/conf/httpd.conf,打开httpd.conf

或者:在终端输入:  vi /etc/httpd/conf/httpd.conf


找到:

<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>

改为

<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>

就可以了

首页
最新活动
个人中心