Confused. What is mod_rewrite? Does anyone have any reference cases?
First you need to turn apache的配置文件httpd.conf中的mod_Rewrite on, as follows
apache
httpd.conf
mod_Rewrite
LoadModule Rewrite_module libexec/mod_Rewrite.so
Then the configuration reference is as follows
<IfModule mod_Rewrite.c> RewriteEngine On RewriteRule 添加你要的规则 RewriteRule 添加你要的规则 RewriteRule 添加你要的规则 RewriteRule 添加你要的规则 ... </IfModule
First you need to turn
apache
的配置文件httpd.conf
中的mod_Rewrite
on, as followsThen the configuration reference is as follows