Jump to content

Dynamic subdomains that stay when browsing.


envexlabs

Recommended Posts

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)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.