Jump to content

bypassing a rule.


SFADuncan

Recommended Posts

Hi All...

 

I have the following rules working fine:

 

RewriteEngine on

RewriteRule ^(.*)/(.*)/(.*)-(.*)-(.*)/(.*).html?$ /$1/$2/index.php?feature_id=$3&page_id=$4&page_type_id=$5&item=$6 [L]

RewriteRule ^(.*)/(.*)/(.*)-(.*)/(.*).html?$ /$1/$2/index.php?feature_id=$3&page_type_id=$4&item=$5 [L]

RewriteRule ^(.*)/(.*)/(.*).html?$ /$1/$2/index.php?section_id=$3 [L]

 

However, I would like to ensure that any of my urls that have the following structure:

 

http://www.mydomain.co.uk/editor/texteditor/jscripts/tiny_mce/themes/

 

bypasses my rules

 

How do I do this?

 

Simon

Link to comment
https://forums.phpfreaks.com/topic/45129-bypassing-a-rule/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.