こんにちは、私はURL書き換えを練習しようとしています。私は.htaccessファイルをC:\ wamp64 \ www \ RewriteUrlというパスに書きました。同じ場所に私はファイルpet_care_info_01_02_2008.phpを持っています。私の書き換えルールは次のとおりです。URL書き換えがWampサーバーで機能していません
RewriteEngine On # Turn on the rewriting engine
RewriteRule ^pet-care/?$ pet_care_info_01_02_2008.php [NC,L]
だから私はhttp://localhost/RewriteUrl/pet_care_info_01_02_2008.phpがhttp://localhost/RewriteUrl/pet-care.phpに変更することにしたいです。しかし、現在、それは私にすべての道を与え、それを書き換えない。
httpで試してみてください。//localhost/RewriteUrl/pet_care_info_01_02_2008.phpは私のコマンドのthats URLを入力しても私にはわかりませんhttp://localhost/RewriteUrl/pet-care.php – Rahila