|
|
直接在线转换的那种不用了,试过了行不通。就是不明白上面的两句rewritecond怎么个弄法。寻求帮助,谢谢!
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)faq/(.*).shtml$ $1/faq\.php\?id=$2
RewriteRule ^(.*)questions/(.*).shtml$ $1/questions\.php\?id=$2 |
|