Thanks! Got it working. Your example and suggestion to enable rewrite
logging helped a great deal.
Tonu
On Thu, Dec 6, 2012 at 10:46 AM, Pete Houston wrote:
> Your regex in this line:
>
> RewriteRule ^stuff$
> https://diversity.umn.edu/disability/request/exam[R=301,L]
>
> does not match stuf
Your regex in this line:
RewriteRule ^stuff$ https://diversity.umn.edu/disability/request/exam[R=301,L]
does not match stuff.html so you could change it to ^/stuff\.html$
or similar. Enable the rewrite log if you want to see what the rewrite
engine is doing in detail.
Good luck,
Pete
--
Openst
Hello, I have the following Virtual Host where I am trying to set rewrite
rules.
I have one specific page madev.oed.umn.edu/stuff.html which I am trying to
redirect to https://diversity.umn.edu/disability/request/exam location.
All the other pages are redirected to a single page:
https://diversit