仮想ホストのURLを書き換えたいのですが。
仮想ディレクトリ:
htdoc/dev/ , dev.com
htdoc / devの.htaccessの構文:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule test.html$ test.php [L]
</IfModule>
localhostでtest.htmlをtest.phpに書き換えることができます。ただし、仮想ホストでは実行できません。ここで何が悪かったのですか?