Feature requests » Script on one host, domain on another host – it’s possible ?

added on Jul 11, 2007 by SashiKK
I couldn’t have ability to install LinkEX to one of my domains (too strict rules on host). And I decide to put script on
another host and include in target domain following code:
<!--#include file="http://path_to_linkex_folder/xfemdomlinkex/data/output/1001" -->
Bus server didn’t eat this. It say [an error occurred while processing this directive] :(

Is exist way to make work LinkEX script on one host with target domain on another host ?
added on Jul 11, 2007 by v0id
Hi,

You could do it with PHP, which can include URLs, so it would be something like:
<?php include('http://www.yoursite.com/xfemdomlinkex/data/output/1001'); ?>

SSI wont work with remote files.

The problem is that it adds to the load time on your site, since upon each request your server must go fetch the output
file, before it can show the page to the surfer. Although the file is small, there is still a lot of overhead with
requesting the file.

I would suggest you find a better host :)

- v0id
added on Jul 12, 2007 by SashiKK
Yes, changing of host is the best way to fix this problem :)

Thx !

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.