Quote:
Originally Posted by Inigoesdr
Did you remove the RewriteCond like abduraooft suggested? Your original RewriteCond is missing the variable to test against. See the example in the top-right of the mod_rewrite cheat sheet.
|
Yes, I did and it work now. A little problem is some url that have book-book-XXXXX.html will have double redirect.
I am very new on mod-rewrite , if you have any more suggestion please kindly advise.
RewriteCond , It has many variable, which one should I use it ?
%{REQUEST_FILENAME} or any one.