Quote:
Originally Posted by james-st
"when i build a site i create folders for each mirror, m0/index.html, m1/index.html"
Where would the images and or movies be stored?
ie mydomain/freesite/mo/index.html in the mo folder?
so the whole site would need be repeated 3 times for 60 links
Thanks
|
I use a strict setup:
/dom/freesites/YY/MM/free_site_name/images
/dom/freesites/YY/MM/free_site_name/images/thumb
/dom/freesites/YY/MM/free_site_name/images/full
/dom/freesites/YY/MM/free_site_name/m0/index.html
/dom/freesites/YY/MM/free_site_name/m1/index.html
both indexes just link to the images absolute URL example:
http://dom/freesites/YY/MM/free_site...ll/image01.jpg
and this URL is used in both mirrors. This prevents me from having to copy the images for every mirror.
for SEO, and clean sites, I modify the URL's on a sub-domain based address:
http://dom/freesites/YY/MM/free_site...ll/image01.jpg
is the same as:
http://free_site_name.dom/freesites/...ll/image01.jpg
this changes the URL for seo reasons preventing duplicates, I can then link this site twice.