Hello! I am trying to do the following redirect and cannot seem to get it to work so I was hoping someone could help me solve this problem... <VirtualHost redirect.morris.com> ServerName pets.savannahnow.com RedirectMatch / http://class.savannahnow.com/classifieds-bin/classifieds?tp=Savannah%20Classifieds&classification=Classifieds&tem p_type=toc CustomLog /dev/null common ErrorLog /dev/null </VirtualHost> Code (markup): And when I go to pets.savannahnow.com this shows up as the URL http://class.savannahnow.com/classifieds-bin/classifieds%3ftp=Savannah%2520Classifieds+classification=Classifieds+temp_type=toc Obviously the Apache RedirectMatch statement is changing the output that I would like to send. Can someone give me a pointer on where to look to fix this? Thanks Again! Chris Edwards