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

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -