Hello all.
I have the following .htaccess working for mod_rewrite
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)[\x2F]([^\x2F]+)(.*) $1/$2?vars=$3
I cannot for the life of me get this to translate into Helicon ISAPI_Rewrite.
Could someone please help?
TIA.