PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of Matías Gentiletti   Picasa Photo Gallery   .htaccess   Download  
File: .htaccess
Role: Configuration script
Content type: text/plain
Description: Htaccess
Class: Picasa Photo Gallery
Extract data picture galleries from Picasa site
Author: By
Last change:
Date: 15 years ago
Size: 199 bytes
 

Contents

Class file image Download
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?album=$1 [L,QSA]

<Files php.ini>
Order allow,deny
Deny from all
</Files>