jcq1030

htaccess主機(jī)的靜態(tài)規(guī)則是?

大家好啊,我是這幾天才有TWCMS的,設(shè)置偽靜態(tài)后,網(wǎng)站無法打開,請問htaccess的規(guī)則是?
#1樓
發(fā)帖時間:2014-2-25   |   查看數(shù):0   |   回復(fù)數(shù):2
hetoo
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php?rewrite=$1 [L]
</IfModule>
2014-2-26 #2樓
jcq1030
這個真可以,謝謝朋友了!
2014-3-2 #3樓
游客組