Quote:
Originally posted by bobchezule
If I created a site and duplicated it in 8 different directories, is that the best way to be able to submit to a bunch of different link lists with the same site?
|
That would probably be the best thing to do IMO but make sure you have all the HTML files in the same directory.
so
www.yoursite.com/dir1/index.html
links to
www.yoursite.com/dir1/main.html
and
www.yoursite.com/dir2/index.html
links to
www.yoursite.com/dir2/main.html
so don't do this:
www.yoursite.com/dir2/index.html
links to
www.yoursite.com/dir1/main.html
most LL owners don't like that
