www.example.com
特定のクエリ文字列を持つベース URL ( ) リクエストにリダイレクトしようとしています (option
がの場合com_estateagent
)。
次の構文を試しました。
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} ^option=com_estateagent$
RewriteRule .* index.php [R=301, L]
しかし、それは無視されます。
助言がありますか?
EDIT
変更したいURLは次のようなものです:
http://www.example.com/subdirectory/index.php?option=com_estateagent...