日历

« 2008-10-08  
   1234
567891011
12131415161718
19202122232425
262728293031 

最新来客

统计信息

  • 访问量: 114
  • 日志数: 1
  • 建立时间: 2007-08-23
  • 更新时间: 2007-08-27

RSS订阅

我的最新日志

  • 开篇第一博~! APACH URL转向

    2007-8-27

    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

Open Toolbar