Please help me, I can't solve this problem:
I have domain:
https://www.main_domain.com/index.ph...=2¶metr2=3
(and other site files like
https://www.main_domain.com/page1.ph...erparameter=32
https://www.main_domain.com/page2.ph...erparameter=11 etc.)
At this address there is an template site for many users. Personal site
is identified by userid.
I want to do short subdomain for all users like this:
www.hisowndomain.com?parametr1=2¶metr2=3
but this short address should call main domain (with masking long
address):
https://www.main_domain.com/index.ph...=2¶metr2=3
www.main_domain.com/index.php?userid=23 --> www.hisowndomain.com
I tried to do it by .htaccess file (mod_rewrite) with no results, maybe it
is possible to do it in application server side?
I have domain:
https://www.main_domain.com/index.ph...=2¶metr2=3
(and other site files like
https://www.main_domain.com/page1.ph...erparameter=32
https://www.main_domain.com/page2.ph...erparameter=11 etc.)
At this address there is an template site for many users. Personal site
is identified by userid.
I want to do short subdomain for all users like this:
www.hisowndomain.com?parametr1=2¶metr2=3
but this short address should call main domain (with masking long
address):
https://www.main_domain.com/index.ph...=2¶metr2=3
www.main_domain.com/index.php?userid=23 --> www.hisowndomain.com
I tried to do it by .htaccess file (mod_rewrite) with no results, maybe it
is possible to do it in application server side?
Comment