コードは次のとおりです。
Options +FollowSymLinks
RewriteEngine on
ReWriteBase /
RewriteCond %{REQUEST_FILENAME} !^index\.php
RewriteRule ^(.*)$ index.php?url=$1 [L]
サイトを開いてindex.phpファイルを見ると、GET変数「url」に「index.php」と表示されています。到達しようとした URL を表示するために必要です。
元:
なるべき
index.php が GET 変数を表示できるように
$_GET['url'] = fake/path/to/page