私は次のディレクトリ構造を持っています:
/.htaccess
/index.php
/subfolder1/.htaccess
/subfolder1/index.php
/subfolder2/.htaccess
/subfolder2/index.php
すべてのリクエストを/index.phpにリダイレクトしたいのですが。/.htaccessファイルにいくつかの変更を加えることでこれを達成したいと思います。
e.g. /abc to be rewritten to /index.php
e.g. /subfolder1/index.php to be rewritten to /index.php
webroot / .htaccessファイルを使用してこれを行うにはどうすればよいですか?
これを実行したいのは、/index.phpに「websitedownformaintenance」メッセージのようなメッセージを表示したいからです。サイト上のすべてのサブフォルダーに対してこれを実行したいと思います。