HTML files with hyperlinks to www webpage(not accessible)

S

SpaceApe

I have thousands of HTML files with hyperlinks to www webpage which is
not accessible from my network. However, the data from that website is
available at a shared location in my local network. The problem is due
to the absolute addresses (www.xyz.com/index.html) and not the relative
addresses (../../index.html).

I wish to access the files using the hyperlinks from the HTML files.

Could anyone help me out, please?

Thanks in advance for your replies.
 
R

Rob ^_^

Hi SpaceApe,

Add an entry to your Hosts file to map the obsolute address to the IP
address of your network server where the files reside
eg.

127.123.123.1 www.xyz.com #[map redundant site to network]

nb. you can use an #include statement if you need to implement this to
multiple workstations. See the MSDN doco.

Regards.
 
R

Rob ^_^

Opps.. sp sb absolete.
Rob ^_^ said:
Hi SpaceApe,

Add an entry to your Hosts file to map the obsolute address to the IP
address of your network server where the files reside
eg.

127.123.123.1 www.xyz.com #[map redundant site to network]

nb. you can use an #include statement if you need to implement this to
multiple workstations. See the MSDN doco.

Regards.
SpaceApe said:
I have thousands of HTML files with hyperlinks to www webpage which is
not accessible from my network. However, the data from that website is
available at a shared location in my local network. The problem is due
to the absolute addresses (www.xyz.com/index.html) and not the relative
addresses (../../index.html).

I wish to access the files using the hyperlinks from the HTML files.

Could anyone help me out, please?

Thanks in advance for your replies.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top