Welcome Guest, Not a member yet? Register   Sign In
mod rewrite subdomain url
#1

[eluser]weblizzer[/eluser]
Hello guys!

I just try to work a site now.. which I want the countries as subdomain. I already set up the DNS and Server Alias on the server.

Just to see if I got it write.

1. When I type us.mydomain.com is same as mydomain.com Is this correct?

2. I want
Code:
mydomain.com/countries/us
to be as
Code:
us.mydomain.com

Here is the htaccess that I put into it:

Code:
RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteCond %{HTTP_HOST} ^([^\.]+)\.mydomain\.com$ [NC]
RewriteRule ^(.*)$ https://www.mydomain.com/countries/$1 [R=301, L]

Though after typing the us.mydomain.com/ it redirects me to https://www.mydomain.com/countries/ but I want the subdomain shows up only.

Did I miss anything in this?

Thanks




Theme © iAndrew 2016 - Forum software by © MyBB