hacdias/inmvc/master/.htaccess - Htaccess File

hacdias/inmvc/master/.htaccess

#Enable this file if you want to put all files into servers public_html folder

<IfModule mod_rewrite.c>

    RewriteEngine on
    RewriteRule    ^$    public_html/    [L]
    RewriteRule    (.*) public_html/$1    [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache