Hi,
At the moment - I have:
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif|js|css|swf|png|php|cgi|pl|JPG|GIF|BMP)$
RewriteRule ^video/g-(.*).html? cgi-bin/video/page.cgi?p=$1 [L]
...but I wanna do soemthing like:
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif|js|css|swf|png|php|cgi|pl|JPG|GIF|BMP)$
RewriteCond IF FOLDER IS LIKE "wysiwyg" , THEN DONT PROCESS NEXT RULE
RewriteRule ^video/g-(.*).html? cgi-bin/video/page.cgi?p=$1 [L]
..can this be done?
TIA!
Andy
At the moment - I have:
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif|js|css|swf|png|php|cgi|pl|JPG|GIF|BMP)$
RewriteRule ^video/g-(.*).html? cgi-bin/video/page.cgi?p=$1 [L]
...but I wanna do soemthing like:
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif|js|css|swf|png|php|cgi|pl|JPG|GIF|BMP)$
RewriteCond IF FOLDER IS LIKE "wysiwyg" , THEN DONT PROCESS NEXT RULE
RewriteRule ^video/g-(.*).html? cgi-bin/video/page.cgi?p=$1 [L]
..can this be done?
TIA!
Andy