PhilGale92/Ferrin/master/.htaccess - Htaccess File

PhilGale92/Ferrin/master/.htaccess

<IfModule mod_rewrite.c>
    SetEnv HTTP_MOD_REWRITE On
    
    RewriteEngine on
  #  RewriteBase /
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} !=/favicon.ico
    RewriteRule ^(.*)$ bootstrap.php [L,QSA]
  </IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache