keiouu/Tikapot_Historical/master/_.htaccess - Htaccess File

keiouu/Tikapot_Historical/master/_.htaccess

#
# Tikapot
#
# Copyright 2011, AUTHORS.txt
# Licensed under the GNU General Public License version 3.
# See LICENSE.txt
#

AddDefaultCharset UTF-8
Options -Indexes +FollowSymLinks

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteBase /
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-l
  RewriteRule ^(.*)$ index.php?page=$1 [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache