Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

RewriteEngine on
RewriteCond %{HTTP_HOST} ^(.*).domain.com
RewriteRule ^(.*)$ Subdomains/%1/$1 [L,NC,QSA]

I've tried that to make a subdomain for example, sub.domain.com show domain.com/sub How do I make it work? Do I need to enable some settings? Also, I'm trying to do this on a addon domain. Maybe the issue is because there is no .htaccess file attached to the domain? In that case, how do I give that domain a .htaccess file? And do I have to create a subdomain in cPanel in order for it to work? I already have a *.domain.com record.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.7k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...