PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Tofeeq ur Rehman   Bread crumbs   .htaccess   Download  
File: .htaccess
Role: Configuration script
Content type: text/plain
Description: redirect all commands to site home page
Class: Bread crumbs
Generate breadcrumb links from page URI
Author: By
Last change: .htaccess configuration
Date: 15 years ago
Size: 293 bytes
 

Contents

Class file image Download
RewriteEngine On
RewriteBase /breadcrumbs/
#for live jsut set
#RewriteBase /
##################################################
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*)$ index.php?cmd=$1 [L]
############################################