Jump to content

link and security


es131245

Recommended Posts

ive got a question about search bots...for example ive got a domain like example.comand 3 virtual hostsexample.comwww.example.comftp.example.comthe main idea isthen user request example.com he is send to www.example.com by index.phpexample.com/index.php<?php header('location http://www.example.com'); die();?><script type="text/javascript"> window.onload=function(){window.location.href='http://www.example.com';}</script>Please follow the link <a href="http://www.example.com">www.example.com</a>profit is to be more secure to network scaners which scan my ip (automaticly scan empty host example.com)...will search bots be ok with it?

Link to comment
Share on other sites

If you're OK with only having "www.example.com" appear in search results, then yeah... search engines are OK with it.

Link to comment
Share on other sites

profit is to be more secure to network scaners which scan my ip (automaticly scan empty host example.com)...
What?
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...