Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Gregory | > | DCC::QuickSite Pro | > | .htaccess | > | Download | ||
|
Download |
RewriteEngine On RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.*/[^\./]*[^/])$ /dcc/$1/ RewriteRule ^([a-zA-Z0-9\/_-]*)(\.html?)?$ /dcc/index.php?path=$1 [QSA,L] |