PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Nemeth Zoltan   RS framework   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: RS framework
Web application development framework
Author: By
Last change: Update of .htaccess
Date: 1 year ago
Size: 312 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|admin|robots\.txt) RewriteRule (.*) index.php?req=$1 [QSA,L] </ifmodule>