Jump to content

.htaccess, dynamic subdomains and nice permalinks


envexlabs

Recommended Posts

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)

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.