ThibaultVlacich/Event-You-All/master/.htaccess - Htaccess File

ThibaultVlacich/Event-You-All/master/.htaccess

# Use utf8 by default
AddDefaultCharset UTF-8

<IfModule mod_rewrite.c>
  # Activate rewriting
  RewriteEngine on

  # Redirect everything but a physical file to the application
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule . index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache