Login   Register  
PHP Classes
elePHPant
Icontem

File: .htaccess

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Gregory  >  DCC::QuickSite Pro  >  .htaccess  >  Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: .htaccess file
Class: DCC::QuickSite Pro
Site generation backend engine
Author: By
Last change:
Date: 2004-04-05 05:20
Size: 168 bytes
 

Contents

Class file image Download
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*/[^\./]*[^/])$ /dcc/$1/
RewriteRule ^([a-zA-Z0-9\/_-]*)(\.html?)?$ /dcc/index.php?path=$1 [QSA,L]