blog
2017-03-15
1 阅读
TPshop2.0首页无法打开商品
TPshop2.0根目录.htaccess
原:
修改后可以正常使用的:Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
原因参考:http://blog.xiaoniba.com/18479.htmlOptions +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]