Feydib/fbt/master/.htaccess - Htaccess File

Feydib/fbt/master/.htaccess

<ifModule mod_rewrite.c>
    Options -MultiViews

    RewriteEngine On
    #RewriteBase /path/to/app
    RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ web/$1 [QSA,L]
</ifModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache