2013-03-02 84 views

回答

1

你可以在根目录中的一个.htaccess文件试试这个:

Options +FollowSymlinks -MultiViews 
RewriteEngine On 
RewriteBase/
RewriteCond %{REQUEST_URI} !index\.php    [NC] 
RewriteCond %{REQUEST_URI} ^/marketplace/([^/]+)/? [NC] 
RewriteRule .* index.php?dir1=marketplace&dir2=%1 [L] 

对于永久重定向,与[R=301,L]

更换 [L]