envexlabs Posted April 13, 2009 Share Posted April 13, 2009 Hey, I have nice permalinks working via htaccess and i would like to take it one step higher, but i'm having problems. I'm trying to introduce dynamic subdomains and this is what i have so far: RewriteCond %{HTTP_HOST} ([^.]+)\.mysite\.com$ [NC] RewriteRule ^(.*)$ http://mysite.com/store_front/products.php?id=%1 [R] Right now it's working and myvar.mysite.com is redirecting to http://mysite.com/store_front/products.php?id=myvar, but i would like it to redirect it to something like http://myvar.mysite.com/products/ Any ideas? Thanks, envex (Matt) Link to comment https://forums.phpfreaks.com/topic/153897-htaccess-dynamic-subdomains-and-nice-permalinks/ Share on other sites More sharing options...
envexlabs Posted April 13, 2009 Author Share Posted April 13, 2009 bump, anyone? Link to comment https://forums.phpfreaks.com/topic/153897-htaccess-dynamic-subdomains-and-nice-permalinks/#findComment-808991 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.