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

Categories

0 votes
3.6k views
in Technique[技术] by (71.8m points)

php - Make subdomain redirect to folder

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...