centos 6.5伪静态配置

加载Rewrite模块:

在conf目录下httpd.conf中找到

LoadModule rewrite_module modules/mod_rewrite.so

这句,去掉前边的注释符号“#”,或添加这句。


允许在任何目录中使用“.htaccess”文件,将“AllowOverride”改成“All”(默认为“None”):

AllowOverride All

你可能感兴趣的:(centos,6.5伪静态配置)