grr.... nope, that doesn't do the trick.
This piece of code works great:
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://www.bertjepenispills.com/ [R=301,L]
But, when I use this, some functions like
<form action='index.php' .... blah>
stop working.
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
I've really never seen anything like that before.
But anyways, you are putting VS's code *below* all the CMS's rules, right?
I think if you could share the CMS's rules with VS, or NB, or perk, they could
figure this out for you, but you might have reasons not to share it.
My last resort suggestion would be to have conditions that negate all
the CMS's conds and rules. In other words, the CMS's code says "If
it matches this pattern, do this stuff". Below that I would try "If it
does NOT match (same patterns), drop the "index.php".
htaccess is difficult enough when I have it in front of me, but when I
can't see what's already in it, it's almost impossible to deal with.
Bomps