TelemarkAlpint/telemark-2004/master/bilder/gallery/.htaccess - Htaccess File

TelemarkAlpint/telemark-2004/master/bilder/gallery/.htaccess

# BEGIN Gallery section
# (Automatically generated.  Do not edit this section)
# Note: still under development, so format may change.
# If you edit this file, make a backup before runnng the Config. Wizard.

php_value post_max_size 20971520
php_value upload_max_filesize 20971520
php_value magic_quotes_gpc off

<IfModule sapi_apache2.c>
php_value session.bug_compat_warn off
</IfModule>

<IfModule mod_php4.c>
php_flag session.bug_compat_warn off
</IfModule>

Options -Indexes +FollowSymLinks
RewriteEngine On
RewriteBase /bilder/gallery/

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.?/]+)/([0-9]+)$  /bilder/gallery/view_photo.php?set_albumName=$1&index=$2  [QSA]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.?/]+)/([A-Za-z_0-9-]+)$  /bilder/gallery/view_photo.php?set_albumName=$1&id=$2  [QSA]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.?/]+)/$  /bilder/gallery/$1  [R]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.?/]+)$  /bilder/gallery/view_album.php?set_albumName=$1  [QSA]
# END Gallery section.  Add User changes below this line

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache