Project

General

Profile

Redirect to a sub folder

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


Replies (1)

RE: Redirect to a sub folder - Added by darix almost 15 years ago

url.redirect = ("^/$" => "/sub" )

    (1-1/1)