Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: .htaccess -> Nice url's  (Read 8872 times)

0 Members and 1 Guest are viewing this topic.

lasa

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 84
    • Fotos.LaSa.nl
.htaccess -> Nice url's
« 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?

Tarique Sani

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 2712
    • http://tariquesani.net
.htaccess -> Nice url's
« Reply #1 on: October 16, 2003, 07:51:20 pm »

search and you shall find ;)
Logged
SANIsoft PHP applications for E Biz

lasa

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 84
    • Fotos.LaSa.nl
.htaccess -> Nice url's
« Reply #2 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
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.