Re: [EMAIL PROTECTED] Rewrite/RedirectMatch Issues

2006-02-03 Thread Joshua Slive
On 2/3/06, Jason Williard <[EMAIL PROTECTED]> wrote: > Redirect/index.php http://www.domain.com/weather/ > RedirectMatch ^/([0-9]{5})http://www.domain.com/weather/$1 > RedirectMatch ^/([A-Za-z]+) http://www.domain.com/weather/$1 > > > The problem with this is the last

[EMAIL PROTECTED] Rewrite/RedirectMatch Issues

2006-02-03 Thread Jason Williard
I have been having trouble getting some Rewrites or Redirects to work. Here is what I am trying to do: http://weather.domain.com/ -> http://www.domain.com/weather/ http://weather.domain.com/# -> http://www.domain.com/weather/# http://weather.domain.com/@ -> http://www.domain.com/weath