diff options
| author | bitweaver.org <bitweaver@users.sourceforge.net> | 2005-06-19 04:36:24 +0000 |
|---|---|---|
| committer | bitweaver.org <bitweaver@users.sourceforge.net> | 2005-06-19 04:36:24 +0000 |
| commit | cf071b67f1000864b864aedb3e294cbaf0509f73 (patch) | |
| tree | 641097ba8de3271ac243806c9ec90b1237e8c9f6 /.htaccess | |
| download | fisheye-cf071b67f1000864b864aedb3e294cbaf0509f73.tar.gz fisheye-cf071b67f1000864b864aedb3e294cbaf0509f73.tar.bz2 fisheye-cf071b67f1000864b864aedb3e294cbaf0509f73.zip | |
IMPORT TikiPro CLYDE FINAL
Diffstat (limited to '.htaccess')
| -rw-r--r-- | .htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..2179703 --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ +<IfModule mod_rewrite.c> + RewriteEngine on + RewriteRule ^image/([0-9]+)(/[0-9/]+)*/?([A-Za-z]+)*$ view_image.php?image_id=$1&gallery_path=$2&size=$3 [L,QSA] + RewriteRule ^gallery([0-9/]+)*/([0-9]+)/?$ view.php?gallery_id=$2&gallery_path=$1 [L,QSA] +</IfModule> |
