URL www.michelenerna.nl を www.michelenerna.nl/wycliffe にリダイレクトします。
実際の Joomla パスは /wycliffe = 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]
うまくいかないのはなぜですか?