Forums » Support »
Added by LightHost almost 15 years ago
Hey,how can I redirect http://www.domain.com to http://www.domains.com/sub
the HTACCESS equivalent is:RedirectMatch ^/$ /sub
RedirectMatch ^/$ /sub
url.redirect = ("^/$" => "/sub" )