.htaccess bei all-incl.com
stereo2002
Joined: 2004-09-11
Posts: 17 |
![]() |
hallo - # 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. Options -Indexes +FollowSymLinks <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /community/modules/gallery/ RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^\.\?/]+)/([0-9]+)$ /community/modules/gallery/view_photo.php?set_albumName=$1&index=$2 [QSA] RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^\.\?/]+)/([A-Za-z_0-9\-]+)$ /community/modules/gallery/view_photo.php?set_albumName=$1&id=$2 [QSA] RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^\.\?/]+)/$ /community/modules/gallery/$1 [R] RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^\.\?/]+)$ /community/modules/gallery/view_album.php?set_albumName=$1 [QSA] </IfModule> # END Gallery section. Add User changes below this line im root verzeichnis bleibt nur: AddHandler php-fastcgi .php .php
ist dies eurer meinung nach bei all-incl. php via cgi die richtige |
|
mccollin
![]()
Joined: 2003-08-18
Posts: 32 |
![]() |
Also es langt wenn du die .htaccess Datei ins Root Verzeichniss legst. |
|