m-philipp/ip_collector/master/.htaccess - Htaccess File

m-philipp/ip_collector/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)?*$ index.php?__route__=/$1 [L,QSA]

<files *.ini>
  order deny,allow
  deny from all
</files>

AddHandler php54-fastcgi .php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache