athletics/make-model/master/base-project/.htaccess - Htaccess File

athletics/make-model/master/base-project/.htaccess

<IfModule mod_rewrite.c>
  Options -MultiViews

  RewriteEngine On
  
  # Uncomment for subdirectory install
  # RewriteBase /path/to/project
  
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^ index.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache