02-28-2010, 04:50 AM
How can I change the ki_include.php to allow use of our images from our sub domains?
I like to take advantage of parallel downloads so I also have images in subdomains. For example: http://gallery.ourwebsite.com
Here is an article on it if you need more information as to the advantages:
http://www.websiteoptimization.com/speed.../parallel/
The ki_include.php file sets image folder to _SERVER['PHP_SELF'];
How can I enter the location of the script / gallery? For example (subdomain): http://gallery.ourwebsite.com
We need to be able to enter our complete path (or at least append the subdomain to our url).
This will allow me to take full advantage of parallel downloads. This is useful when I have an already busy page and a gallery with 8+ thumbs showing on load.
Regards,
Rick Halverson
I like to take advantage of parallel downloads so I also have images in subdomains. For example: http://gallery.ourwebsite.com
Here is an article on it if you need more information as to the advantages:
http://www.websiteoptimization.com/speed.../parallel/
The ki_include.php file sets image folder to _SERVER['PHP_SELF'];
How can I enter the location of the script / gallery? For example (subdomain): http://gallery.ourwebsite.com
We need to be able to enter our complete path (or at least append the subdomain to our url).
This will allow me to take full advantage of parallel downloads. This is useful when I have an already busy page and a gallery with 8+ thumbs showing on load.
Regards,
Rick Halverson