書き換えルールを入れたい
RewriteRule /test /my/long/path/index.html
しかし、私のindex.htmlはajaxによって他のファイルをフェッチするので、このように単純に機能していません。
試したディレクトリのすべてのサブファイルにルールが必要です。
RewriteRule /test /my/long/path/
RewriteRule /test/* /my/long/path/*
Apache、およびthxでの私の無知のために申し訳ありません