|
我用的是http://www.net.cn/hosting/x3/?spm=5334.7473391.2.51.rVT6Pz 这个linux空间, 支持.htaccess, 但我上传了.htaccess文件后,里面的最后一行不起作用, 请大家帮忙看看是怎么回事
RewriteEngine On
RewriteCond $1 !^(index\.php|images|css|js|up|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L] //这一行不起作用
|
|