PHP Classes

File: familytree/.htaccess

Recommend this page to a friend!
  Classes of Ssaurz Acharya   FedUni PHP Family Tree App   familytree/.htaccess   Download  
File: familytree/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FedUni PHP Family Tree App
Manage and display a tree of family people
Author: By
Last change:
Date: 1 year ago
Size: 269 bytes
 

Contents

Class file image Download
ErrorDocument 404 /index.php DirectoryIndex index.php <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*)$ index.php?url=$1 [L,QSA] </IfModule>