帮忙看个.htaccess文件为什么不能显示伪静态 财富值93

2016-07-19 11:52发布

PHP代码地址 http://www.xuniju.com/1.txt
用此规则不能实现伪静态,服务器支持mod_rewrite.so已经确认
<IfModule mod_php4.c>
   php_value session.use_trans_sid 0
</IfModule>
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*) $1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?category=$1 [L]

友情提示: 问题已经关闭,关闭后问题禁止继续编辑,回答。