yahyaerturan/qatch/master/.htaccess - Htaccess File

yahyaerturan/qatch/master/.htaccess

RewriteEngine On
RewriteBase /

AddDefaultCharset UTF-8
AddType application/javascript .js
AddType font/ttf .ttf
AddType font/eot .eot
AddType font/otf .otf
AddType font/woff .woff

<IfModule mod_rewrite.c>
  Options FollowSymLinks
  RewriteEngine on

  # Send request via index.php
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache