tedxuofw/public-html-config/master/dist/.htaccess - Htaccess File

tedxuofw/public-html-config/master/dist/.htaccess

# Serve website files from the 'main' subfolder.
# Leaves all subdomains alone.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?tedxuofw.com$
RewriteCond %{REQUEST_URI} !^/main/
RewriteRule ^(.*)$ /main/$1

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI

Comments

Apache