|
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?
|