301 redirect

Status
Not open for further replies.

ziycon

New Member
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]
 

ziycon

New Member
I want the irishgamingnetwork.ie or www,irishgamingnetwork,ie name to show up instead of the ip depending on which one the user types into the browser.
I haven't received the ip address hence the 0's, i'll have it later on, forgot to say that!:p
 

paul

Ninja
I think you are doing this arse backwards, the rewrites will move to the IP, instead of the IP going to the domains.
 

ziycon

New Member
Is there anyway to make the domain move to the ip with the domain still showing in the browser!?
 
Status
Not open for further replies.
Top