我想將網址www.michelenerna.nl重定向到www.michelenerna.nl/wycliffe。通過.htaccess重定向不起作用
實際的Joomla路徑是/威克里夫= http://www.michelenerna.nl/index.php?option=com_content&view=article&id=97&Itemid=249
所以,我想:在.htaccess以下行應該是合適的,但它不工作。 www.michelenerna.nl仍然引導到www.michelenerna.nl
這是代碼:
Options SymlinksIfOwnerMatch
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.michelenerna.nl [NC]
RewriteRule ^article(.*)$ http://www.michelenerna.nl/index.php?option=com_content&view=article&id=97&Itemid=249/$1 [R=301,L]
爲什麼它不工作?
你有進入的cPanel? – Lodder