apache - Redirect Loop while rewriting URL for a video file -
i have video file url modified .htaccess
rewriterule ^videos/([0-9]+)/.*$ cms/support/get.file.php?file_id=$1 [qsa,l]
now when load file http://web01.agmsdallas.com/videos/966/
i end redirect loop , page fails load. have checked .htaccess rule others , appears good. rule works on different server. can 1 wrong. there apache directive disabled causing error.
it appears issue been welcome.conf file of apache has
<locationmatch "^/+$"> options -indexes errordocument 403 /error/noindex.html </locationmatch>
once commented out, redirection works fine.
Comments
Post a Comment