Sabrinaii/siicrypto.com/master/.htaccess - Htaccess File

Sabrinaii/siicrypto.com/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine on
#        RewriteCond %{HTTPS} !=on
#        RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
    RewriteRule    ^$ app/webroot/    [L]
    RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTPS, SERVER_NAME

Comments

Apache