Login   Register  
PHP Classes
elePHPant
Icontem

File: Sites/.htacess

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-12-03 16:17
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]