SO私はこれを私の.htaccessファイルに持っています
RewriteEngine On
RewriteBase /core/
RewriteCond %{QUERY_STRING} ^page=([0-9]+)$
RewriteRule ^page page/%1/? [L]
私のURLは
http://localhost/core/page.php?page=8
適用されたルールで、私は得ています..
Not Found
The requested URL /core/page/8/ was not found on this server.
これはwampserver 2.2で実行されています
ファイル構造は次のようになります
c:/wamp/www/core
.htaccess は /core/ ディレクトリ内にあります。何が欠けているのですか.. apache.conf ファイルを確認しましたが、問題ないようです。