Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS htaccess help

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #46016

    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]

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.