svivian Posted October 1, 2008 Share Posted October 1, 2008 I'm trying to rewrite URLs like /page to /content/page.php So I've got: RewriteRule ^([^/]+)$ /content/$1.php But I want to ignore certain URLs and folders eg /images. Is it possible to select everything except a specified list of folders? Link to comment https://forums.phpfreaks.com/topic/126544-help-with-exceptions-or-a-not-selector/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.