Tami-
While I appreciate your predicament, and do agree with the absurdity of
someone making a bold blanket rule like "no telnet" and then having no
explanation for it, I don't think starting a flame campaign is your best
option. Also, I don't think this is the forum for starting that kind
attac
Can anyone talk me through this use of mod_rewrite in apache?
Diary entries[1] have urls that look like
/diary/diary.php?year=01&month=04&day=20&sub=1
and I want to rewrite
/diary/01/04/20/1/
to that.
Month indices look like
/diary/month.php?year=01&month=04
and I want to rewrite
/diary/01/04/
t
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