mod rewrite - 500 Internal error when using mod_rewrite in .htaccess -


I do not know why, but whenever I do something in a .htaccess file with a complex pattern for a royalties , I get 500 internal errors. My current .htaccess file is completely:

  Rev.Release ^ Up / section / ([AZA-Z] {3}) on Revville / ([ E-za-j 0-9_ - + \.] +) /? $ / Dl.php? Loct = sec & sec = $ 1 & file = $ 2 [R = 302]  

I just rewrite and get no errors " Have tried something like: "Rewriter ^ up /? $ / Exx [R] "which works perfectly, I have tried the Symlinks option and without that I have tried to slash without slash and without slash and at the beginning of the replacement.

< P> It seems that whenever I use "regex" that looks "complex", it just is not working

Note: I do not own this server and do not change Apache config files

Any help appreciated

Try changing it

  Rewrite rules ^ / Section / ([A-Za-z] {3}) /([A-Za-z0-9_++++)/?$/dl.php?loct=sec&sec=$1&file=$2 [R = 302]  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -