2013-05-03 44 views

回答

0
Options +FollowSymLinks 
DirectoryIndex index.php 
RewriteEngine On 
RewriteBase/
RewriteCond %{THE_REQUEST} /index.php 
RewriteRule ^index.php$ http://www.mydomain.com/ [R=301,L] 
相关问题