Web Site Replicator v3.2
Created by Mike Watkins of Envex Developments
Change the image links
The next thing you need to do is change all of the image links in your web pages from relative to absolute URL's. To save
A LOT of space on your server, make sure you only have one copy of the images for your web site on your server. Each member does
NOT need their own set of images.
For example, if you have an image link like:
<img src="images/title.gif">
You would change that image link to an absolute URL, so it would look something like this:
<img src="http://www.yourdomain.com/images/title.gif">
See how that works? This way, every member's web site uses the same set of images instead of giving
each member their own set of images. This saves A LOT of space on your web server.
< Prev |
Next >