当前位置: 技术问答>linux和unix
RewriteRule问题
来源: 互联网 发布时间:2016-01-10
本文导语: 小弟刚学,求教RewriteRule问题。 环境如下:Linux下Apache。 httpd.conf中关键部分设置如下: ... LoadModule rewrite_module libexec/mod_rewrite.so ... AddModule mod_rewrite.c ... DocumentRoot /home/html/bbs ServerName bbs.XXXX.com RewriteEngi...
小弟刚学,求教RewriteRule问题。
环境如下:Linux下Apache。
httpd.conf中关键部分设置如下:
...
LoadModule rewrite_module libexec/mod_rewrite.so
...
AddModule mod_rewrite.c
...
DocumentRoot /home/html/bbs
ServerName bbs.XXXX.com
RewriteEngine on
RewriteRule ^/topic/flat_(d+).html$ /index.php?prog=topic::flat&tid=$1 [L]
想把http://bbs.XXXX.com/index.php?prog=topic::flat&tid=1234
映射成
http://bbs.XXXX.com/topic/flat_1234.html
访问后者时,IE状态条会慢慢变满,然后一直等待..但是随便更改url成为一个别的,如在topic后面加个s,则会正常很快404错误。
这是为什么呢?VirtualHost中的RewriteRule该怎么写呢?谢谢!
环境如下:Linux下Apache。
httpd.conf中关键部分设置如下:
...
LoadModule rewrite_module libexec/mod_rewrite.so
...
AddModule mod_rewrite.c
...
DocumentRoot /home/html/bbs
ServerName bbs.XXXX.com
RewriteEngine on
RewriteRule ^/topic/flat_(d+).html$ /index.php?prog=topic::flat&tid=$1 [L]
想把http://bbs.XXXX.com/index.php?prog=topic::flat&tid=1234
映射成
http://bbs.XXXX.com/topic/flat_1234.html
访问后者时,IE状态条会慢慢变满,然后一直等待..但是随便更改url成为一个别的,如在topic后面加个s,则会正常很快404错误。
这是为什么呢?VirtualHost中的RewriteRule该怎么写呢?谢谢!
|
up,关注。顶。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。