WAMP の .htaccess ファイルに問題があります。ライブ サーバーでは動作しますが、ローカルホストでは動作しません。それは私を怒らせます。助言がありますか?
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^([^/\.]+)-online-help/([^/\.]+)-teacher/([^/\.]+)/([^/\.]+)/([^/\.]+)/?$ advert.php?cat=$1&subcat=$2&type=$3&aid=$4&title=$5 [L]
RewriteRule ^([^/\.]+)-online-help/([^/\.]+)-teacher/([^/\.]+)/?$ listing.php?cat=$1&subcat=$2&type=$3 [L]