Jerome
05-06-2003, 01:31 PM
Hi,
I have some question about search-engines and site-copying software.
Example.
Suppose, I have an index.htm file, a robot.txt file and 2 directories (dir1 and dir2) in the root-dir, like:
index.htm
robots.txt
dir1
dir2
Q1.
I want a search-engine to index, follow etc all files in dir1, but not dir2!
Is it correct for me to think to do:
index.htm + <meta name="robots" content="index,follow">
robots.txt + disable dir2
Or do I miss something?
Example.
Suppose I protect all files in dir2 using *.hta (password)
Q2.
Can I include these files in the index.htm without being ask for a password, like:
In dir2 i have world.gif
In index.htm I have <img src="dir2/world.gif">
Or is the user being ask for a password / how does it work / from within the url?
When Q2 is yes:
Q3.
I have no *.hta file on the server, can I make one myself and put it in the root directory?
Q4.
The name of the *.hta-file needs to be .hta (so [0.3])?
The rest of my .hta questions are answered in wsa's perfect tutorial.
Q5.
I know that after visiting a site all files are on the HD etc, etc and I am not protecting anything in what-ever way.
However, I do not like copy soft-ware copying everything in one time, can I prevent this? I can not do anything server-side!
Thanks for Your effort / ideas,
Jerome
I have some question about search-engines and site-copying software.
Example.
Suppose, I have an index.htm file, a robot.txt file and 2 directories (dir1 and dir2) in the root-dir, like:
index.htm
robots.txt
dir1
dir2
Q1.
I want a search-engine to index, follow etc all files in dir1, but not dir2!
Is it correct for me to think to do:
index.htm + <meta name="robots" content="index,follow">
robots.txt + disable dir2
Or do I miss something?
Example.
Suppose I protect all files in dir2 using *.hta (password)
Q2.
Can I include these files in the index.htm without being ask for a password, like:
In dir2 i have world.gif
In index.htm I have <img src="dir2/world.gif">
Or is the user being ask for a password / how does it work / from within the url?
When Q2 is yes:
Q3.
I have no *.hta file on the server, can I make one myself and put it in the root directory?
Q4.
The name of the *.hta-file needs to be .hta (so [0.3])?
The rest of my .hta questions are answered in wsa's perfect tutorial.
Q5.
I know that after visiting a site all files are on the HD etc, etc and I am not protecting anything in what-ever way.
However, I do not like copy soft-ware copying everything in one time, can I prevent this? I can not do anything server-side!
Thanks for Your effort / ideas,
Jerome