このようなhtaccesファイルにコードがあります
<IfModule mod_rewrite.c>
RewriteEngine on
# this stops looping
RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule ^ - [L]
# this redirects the browser:
RewriteRule !^/?UL/india/ /UL/india/ [L,R=301]
RewriteRule ^/?UL/india/ /UL/index.php [L]
</IfModule>
しかし、アクセスするlocalhost/UL/
と、「ページが正しくリダイレクトされていません」と表示され続けました。何が問題ですか ?
localhost/UL/india/
ULディレクトリへのリクエストごとにアドレスバーに表示したい。
しかし、実行すべきファイルはlocalhost/UL/index.php