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.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…