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.
www.example.com/coupon/searchresult.php?txtCity=Chennai&txtArea=Annanagar のようなパスがあります。上記のサブフォルダーのパス ファイルでは、htaccess が機能していません。htaccessを使うのは初めてです。ですから、あなたの答えを教えてください。前もって感謝します.....
RewriteRule ^([a-zA-Z0-9_-]+)/coupon/([a-zA-Z0-9_-]+)/$ searchresult.php?txtcity=$1&txtarea=$2
また
RewriteRule ^([a-zA-Z0-9_-]+)/coupon/$ searchresult.php?txtcity=$1&txtarea=$2
plsはこれを使用し、必要に応じて変更してください。