Re: [techtalk] mod_rewrite

2001-04-22 Thread Almut Behrens
Hi all, I'm new to the list. While doing a google search, I accidentally came across a link to linuxchix... I browsed a little through the archives and quickly concluded that this is definitely something worth subscribing ;) While browsing, the message "mod_rewrite" somehow caught my attention,

Re: [techtalk] mod_rewrite

2001-04-19 Thread Mary Gardiner
On Fri, Apr 20, 2001 at 03:50:34PM +1000, Mary Gardiner wrote: > Currently the config looks like: > RewriteEngine on > RewriteBase/diary/ > RewriteRule ^[^/]+/[^/]+/$ month.php?year=$1&month=$2 > RewriteRule ^[^/]+/[^/]+/[^/]+//[^/]+/$ coat.php?year=$1&month=$2&day=$3&sub=$4 > > and is locat