把.htaccess里的
可使新建的站正常,但原来的站将失效。
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
改成
RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]
可使新建的站正常,但原来的站将失效。