Mutley Posted November 6, 2008 Share Posted November 6, 2008 I wish to be able to put the following in my address bar: images/sigs/USERNAME/sig.png then for it to activate the following instead.... images/sigs/sig.png?user=USERNAME It's for a dynamic image... in forums I cannot use dynamic images (if they have a ? variable in the URL, they need to be clean). I figure this would be a work around. Thanks, Nick. Quote Link to comment https://forums.phpfreaks.com/topic/131657-_get-attribute-as-folder/ Share on other sites More sharing options...
corbin Posted November 6, 2008 Share Posted November 6, 2008 RewriteEngine On RewriteRule ^images/sigs/([^/]+)/sig.png$ /image/sigs/sig.png?user=$1 Quote Link to comment https://forums.phpfreaks.com/topic/131657-_get-attribute-as-folder/#findComment-684109 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.