View Single Post
  #10  
Old 07-15-2011, 10:25 AM
ihstiv ihstiv is offline
New Member
 
Join Date: Jul 2011
Posts: 6
Ok - thanks for the update!

to confirm, the latest approach is to leave the 'L' intact in the rule(s) containing 'vbseo.php' - instead of removing it as recommended previously.

So use this:
RewriteRule ^(.+)$ vbseo.php [L,QSA]

..and not this:
RewriteRule ^(.+)$ vbseo.php [QSA]

correct?
Reply With Quote