I have a HTML script that navigates the browser to a sub directory:
<meta http-equiv="REFRESH" content="0;url=http://000.000.0.0/FOO/"></HEAD>
But the IP address is dynamic so every so often it brings up an error because it is not the same IP.
How can I navigate to a sub dir without including the IP address in the URL part?
Thanks.
I can't and don't want to use a domain name.
<meta http-equiv="REFRESH" content="0;url=http://000.000.0.0/FOO/"></HEAD>
But the IP address is dynamic so every so often it brings up an error because it is not the same IP.
How can I navigate to a sub dir without including the IP address in the URL part?
Thanks.
I can't and don't want to use a domain name.