Thread: 301 redirect
View Single Post

  #1 (permalink)  
Old 03-04-2008, 11:10 AM
ziycon's Avatar
ziycon ziycon is offline
Wannabe Geek
 
Join Date: Jan 2007
Location: Dublin
Posts: 410
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
ziycon will become famous soon enough
Send a message via MSN to ziycon Send a message via Skype™ to ziycon
Default 301 redirect

I have the below redirect, i'm wondering is it possible for the domain name to show up and not the redirected ip when the redirect happens?

Code:
RewriteCond %{HTTP_HOST} ^irishgamingnetwork.ie$ [OR]
RewriteCond %{HTTP_HOST} ^www.irishgamingnetwork.ie$
RewriteRule ^/?$ http://0.0.0.0 [R=301,L]
Reply With Quote