2015-08-24 23 views

回答

0

在你的文檔根htaccess文件,添加:

RewriteEngine On 
RewriteCond $1 !^folder/ 
RewriteRule ^(.*)$ /folder/$1 [L] 

並確保所有的鏈接看起來像http://example.com/dashboard.php

相關問題