0
votes

I have created a multilingual site in Drupal. So I have www.mydomain.com/jp for Japanese language and I want to create a subdomain like www.jp.mydomain.com for www.mydomain.com/jp.

The problem is that Drupal does not create a folder for each language. For subdomains I updated my .htaceess file with a rewrite rule.

Please suggest what should I do?

1

1 Answers

0
votes

If you are using drupal, then you can use subdomain module. And if want to do the same with .htaccess(php), then check this link.

I think it will help you.