Forum Moderators: phranque
RewriteCond %{HTTP_COOKIE}!frominside=yes
RewriteRule ^(.*)$ /noauth.htm [NS,L]
RewriteCond %{HTTP_COOKIE}!acceptedtos=yes
RewriteRule \.(html¦cfm) /saltos.htm [NS,L]
The first rule has been modified to be very aggressive, it used to be similar to the 2nd. But either way .cfm files dont get caught.
Welcome to WebmasterWorld [webmasterworld.com]!
There is no reason your rules should not be applied for cfm page requests. I'd suggest you review your .htaccess and httpd.conf code for other redirects that may allow cfm page requests to bypass your cookie check code.
Jim