开篇第一博~! APACH URL转向
1。找到conf/httpd.conf LoadModule rewrite_module modules/mod_rewrite.so 去掉#2。找到 Include conf/extra/httpd-vhosts.conf 去掉#
3。编辑 httpd-vhosts.conf。
(如果多域名可以新建目录为 vhosts 。但在要 httpd-vhosts.conf 加 Include conf/vhosts/*.conf)
4。RewriteEngine ON
RewriteRule ^/xxf.html /xxf.php (这里正规比较多)
RewriteRule ^/xxf_(\d+)_(\d+)_?(\d*).html /xxf.php?id=$1&msgid=$2&page=$3
页:
[1]