envexlabs Posted April 28, 2009 Share Posted April 28, 2009 Hey, In a nutshell i'm looking for something like this: http://mystore.mysite.com Right now, i have a rewrite rule that looks like this: RewriteRule ^store/([a-zA-Z0-9_-]+)$ /store_front/store.php?slug=$1 So when someone visits mysite.com/mystore they are taken to the store page. This is working, no big deal. I've looked online for answers, but the only ones i've found are ones that redirect http://mystore.mysite.com to http://mysite.com/store_front/store.php?slug=mystore How do i keep that subdomain consistant when browsing and keep the "permalinks" (not sure if that's the right term) proper and neat? Thanks, envex (matt) Link to comment https://forums.phpfreaks.com/topic/155975-dynamic-subdomains-that-stay-when-browsing/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.