PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP IP Logger   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP IP Logger
Track user IP addresses that access certain pages
Author: By
Last change:
Date: 1 year ago
Size: 286 bytes
 

Contents

Class file image Download
options -Indexes <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)?$ redirect.php?c=$1 [QSA,NC,L] </IfModule>