vonskippy wrote:
Here's one way...
Make this your index.html page for
http://openerp.myserver.com and it will redirect to your server:port address
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Openerp.myserver.com Redirect Page</title>
<meta http-equiv="REFRESH" content="0;url=http://111.111.111.111:8080"></HEAD>
<BODY>
Auto Redirect to ERP Page.
</BODY>
</HTML>
This could work, well I think, only that openerp.myserver.com is a sub adress if you would like of the
www.myserver.com, does it still work the same way ?
Do I have to set it in a special way like a named-based virtual host ???
else I could make it to be a button (link) on the
www.myserver.com web page once it will be up.
I had Godaddy has DNS for this domain prior to getting this Linode and I could point it directly (thru forwarding) from openerp.myserver.com to my server IP :111.111.111.111 port 8080.
What do they have different that we dont ?