jameshwartlopez/bosphp/master/.htaccess - Htaccess File

jameshwartlopez/bosphp/master/.htaccess

Options +FollowSymLinks
<IfModule mod_rewrite.c>
    # Tell PHP that the mod_rewrite module is ENABLED.
    SetEnv HTTP_MOD_REWRITE On
    RewriteEngine on
#   RewriteBase /
    RewriteRule ^$   public/    [L]    
    RewriteRule (.*) public/$1  [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache