apache - htaccess: very simple rule causing redirect loop -
i have next rewritecond , rewriterule @ top of .htaccess file:
rewritecond %{request_uri} !^/contact$ rewriterule ^(.*)$ /contact [l,r=302] chrome detects redirect loop.
i must missing obvious, why there redirect loop?
apache .htaccess mod-rewrite rewrite
No comments:
Post a Comment