首先找到 /etc/httpd/conf/httpd.conf 文件,然后修改以下两个地方:
1.取消下面一句的注释 LoadModule rewrite_module modules/mod_rewrite.so 2.将AllowOverride None改为AllowOverride All