PHP Classes

File: example/.htaccess

Recommend this page to a friend!
  Classes of Roni   EZ PHP Maintenance Mode   example/.htaccess   Download  
File: example/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: EZ PHP Maintenance Mode
Check if a site should be put in maintenance mode
Author: By
Last change:
Date: 5 years ago
Size: 153 bytes
 

Contents

Class file image Download
SetEnv APPLICATION_ENV down RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L]