forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: lasa on October 16, 2003, 07:38:17 pm

Title: .htaccess -> Nice url's
Post by: lasa on October 16, 2003, 07:38:17 pm
Can someone make a .htaccess file for the mod_rewrite?
I like that all url's in coppermine would be user-friendly to understand.

Do you know what I mean? Please, can someone help me?
Title: .htaccess -> Nice url's
Post by: Tarique Sani on October 16, 2003, 07:51:20 pm
search and you shall find ;)
Title: .htaccess -> Nice url's
Post by: lasa on October 16, 2003, 08:04:18 pm
Yeah, in that topic the only thing to change is the friendly-url to an user's gallery. But what I want, is that all url's are nice.

Can I do something with this code:
Code: [Select]

RewriteEngine on
RewriteCond %{REQUEST_URI} !^(.+)/(.+)/(.+)/(.+)([/]{0,1})$
RewriteCond %{REQUEST_URI} ^(.+)/(.+)([/]{0,1})$
RewriteRule ^(.+)/(.+)([/]{0,1})$ index.php?$1=$2

RewriteCond %{REQUEST_URI} !^(.+)/(.+)([/]{0,1})$
RewriteCond %{REQUEST_URI} ^(.+)/(.+)/(.+)/(.+)([/]{0,1})$
RewriteRule ^(.+)/(.+)/(.+)/(.+)([/]{0,1})$ index.php?$1=$2&$3=$4


This code rewrites index.php?b=1&b=2
to:
/b/1/b/2
And
index.php?b=1
To:
/b/1