The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › htaccess help
Would like to know if any one knows how to add second sub domain I can create one but don’t know how to add second.
I am using lightspeed
RewriteEngine On RewriteCond %{HTTP_HOST} ^subdomain.domain.com.au$ [NC] RewriteCond %{REQUEST_URI} !^/subdomain/ RewriteRule ^(.*)$ /subdomain/$1 [L]