PHP Classes

File: Sites/.htacess

Recommend this page to a friend!
  Classes of Silvan von Felten   SVF_Log   Sites/.htacess   Download  
File: Sites/.htacess
Role: Auxiliary data
Content type: text/plain
Description: Apache htacess file
Class: SVF_Log
Logging class and plug-ins for Zend framework
Author: By
Last change:
Date: 15 years ago
Size: 220 bytes
 

Contents

Class file image Download
# Rewrite Rules RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ /index.php [NC,L]