Thread: .htaccess redirect all subdomains to particular directory
ok of subdomains.domain.com go root directory.
want wildcard subdomains go single subdomain/ directory in root.
go kinda of work this
#rewriteengine on
#options +followsymlinks
#rewritecond %{http_host} ^([^\.]+)\.leesfer\.com
#rewriterule ^(.*)$ http://leesfer.com/subdomain/$1 [r=301,l]
want them still show sub.domain.com show contents of subdomain/
appreciated
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] .htaccess redirect all subdomains to particular directory
Ubuntu
Comments
Post a Comment