SFADuncan Posted April 1, 2007 Share Posted April 1, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.