PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Nemeth Zoltan   YAF Base   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: YAF Base
Base structure for YAF framework based apps
Author: By
Last change:
Date: 6 years ago
Size: 288 bytes
 

Contents

Class file image Download
<ifmodule mod_rewrite.c> RewriteEngine on RewriteBase / RewriteRule ^$ index.php [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1 !^(index\.php) RewriteRule (.*) index.php [QSA,L] </ifmodule>