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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.