rules for mod rewrite

This is a discussion on rules for mod rewrite within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi there.. im building a fotolog system and i have two rules. but.. online matchs the 2nd. can you check ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-16-2005
dieguicho
 
Posts: n/a
Default rules for mod rewrite

Hi there.. im building a fotolog system
and i have two rules. but.. online matchs the 2nd.
can you check it out?

RewriteRule ^/imagenes/(.*?)-(.*?)\.jpg$
/imagen.php?IDpublicacion=$1&tamano=$2 [L]
RewriteRule ^(.*)$ fotolog.php?usuario=$1

the first rule is to rewrite url to get images
the second rule is to ser user directory
such like www.mysite.com/user

the problema is i whant to do also
www.mysite.com/imagenes/100-1.jpg

but only the 2d rule match

any ideas?

  #2 (permalink)  
Old 11-16-2005
Robert Ionescu
 
Posts: n/a
Default Re: rules for mod rewrite

dieguicho wrote:
>
> RewriteRule ^/imagenes/(.*?)-(.*?)\.jpg$
> /imagen.php?IDpublicacion=$1&tamano=$2 [L]
> RewriteRule ^(.*)$ fotolog.php?usuario=$1
>

[...]
> the problema is i whant to do also
> www.mysite.com/imagenes/100-1.jpg
>
> but only the 2d rule match


Where are you using the rules? In httpd.conf or .htaccess?

The pattern in .htaccess files does not start with a leading slash:

RewriteRule ^imagenes/([^-]+)-([^-]+)\.jpg$
/imagen.php?IDpublicacion=$1&tamano=$2 [L]

RewriteRule ^([^/.]+)$ /fotolog.php?usuario=$1 [L]

--
Robert
  #3 (permalink)  
Old 11-16-2005
dieguicho
 
Posts: n/a
Default Re: rules for mod rewrite

it works! im using iit in the .htaccess
thx so much robert

 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:36 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0