Discussion in 'Apache' started by gatordun, Jul 27, 2005.
How do you use htaccess to redirect a site to a ip address? Thanks.
try this RewriteEngine on RewriteRule (.*) http://111.222.33.44$1 [R=302] Code (markup):
RewriteEngine on RewriteRule (.*) http://111.222.33.44$1 [R=302]
thanks lots will give it a try
It worked fine ! Thanks!
Separate names with a comma.