vi /etc/httpd/conf/httpd.conf
打开文件找到:
LoadModule rewrite_module modules/mod_rewrite.so
将前面”#”去掉 。
找到
<Directory /> Options FollowSymLinks AllowOverride None </Directory>
将上面的None改为All
OK,然后重启Apache。
service httpd restart
vi /etc/httpd/conf/httpd.conf
打开文件找到:
LoadModule rewrite_module modules/mod_rewrite.so
将前面”#”去掉 。
找到
<Directory /> Options FollowSymLinks AllowOverride None </Directory>
将上面的None改为All
OK,然后重启Apache。
service httpd restart