yaras/Orders/master/.htaccess - Htaccess File

yaras/Orders/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on

    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{SERVER_NAME}/orders/$1 [R,L]

    RewriteRule    ^$    webroot/    [L]
    RewriteRule    (.*) webroot/$1    [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTPS, SERVER_NAME

Comments

Apache