PHP Classes

File: cms/htaccess

Recommend this page to a friend!
  Classes of Vivek moyal   PHP Content Management System   cms/htaccess   Download  
File: cms/htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Content Management System
Manage content pages stored on a MySQL database
Author: By
Last change:
Date: 6 years ago
Size: 193 bytes
 

Contents

Class file image Download
# rename the file to .htaccess RewriteEngine On RewriteBase /cms/ RewriteCond %{REQUEST_FILENAME} !-d [NC] RewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteRule ^(.*)$ index.php?pid=$1 [QSA,L]