ispCP - Board - Support
forward subdomain to local iss server - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: forward subdomain to local iss server (/thread-5808.html)



forward subdomain to local iss server - darkrunner - 02-24-2009 11:45 PM

hi how can i forward subdomain to an iss server i'm using debian server with ispcp. I tryed with bind and apache but i cant forward subdomain. I tryed with index.html It seems working in local but doesn't working outside some body help me pls

<html>
<head>
<title>subdomain.xxx.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META HTTP-EQUIV="refresh" CONTENT="0; url=http://192.168.1.5/">
</head>


RE: forward subdomain to local iss server - BeNe - 02-24-2009 11:56 PM

DonĀ“t ASK in the HowTo Section!
-> Moved!

To your Problem:
Quote:It seems working in local but doesn't working outside some body help me pls
Code:
<META HTTP-EQUIV="refresh" CONTENT="0; url=http://192.168.1.5/">
With an Internal IP Rolleyes

Greez BeNe


RE: forward subdomain to local iss server - darkrunner - 02-26-2009 06:29 PM

geri1590 sad if i do that things it will be work but it dosn't work who can help me

Hi, in my experience, you have two options:
1- Edit manual lines on bind, in /etc/ispcp/bind/working/DOMAIN - and you search subdomain and edit to local IP. edit too in /etc/bind/DOMAIN and the same.
2- Try to http://localhost.subdomain.domain.tld if you're the server. (If you want, yo can edit manual lines too, but this time in localhost instead of subdomain directly.
3- I forget another option, try this and if don't work I search another solution.