2017-03-03 241 views

回答

0

你需要它來創建一個.htaccess文件,並將下面的代碼:

RewriteEngine on 
RewriteRule ^(.*) http://new-domain.net/page-general [R=permanent,L] 

UPDATE 還需要如果尚未啓用,啓用了mod_rewrite在Apache中。 參考啓用mod_rewrite的在Ubuntu: http://www.iasptk.com/enable-apache-mod_rewrite-ubuntu-14-04-lts/ 爲CentOS: https://devops.profitbricks.com/tutorials/install-and-configure-mod_rewrite-for-apache-on-centos-7/

+0

這行不通。如果我打開其中一箇舊網址,則新網址如下所示: new-domain.net/page-general/page-1 ...所以它結合了新舊網址。 – user6573193

+0

確定刪除代碼 –

+0

中的$也不起作用 – user6573193

相關問題