Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰かが特定のURL形式に一致する正規表現で書き換えルールを実行しようとしているのを手伝ってもらえますか?
URLが
www.site.ag/whatever
ページにリダイレクトし/indexます。
/index
それが必要かどうかはわかりませんが、これにより、実際の既存のファイルまたはディレクトリへの URL を除いて、すべてが index.php にリダイレクトされます。
RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule ^.*$ ./index.php