Quote Originally Posted by Bruce1952 View Post
That is what I requested the people that did the work before but appears to have not happend so I wasted more than enough money because they would not follow directions.

So what you are saying is to copy all files over the the dev directory and also the database is that correct and then start from scratch updating the dev site prior to shifting over to the live site would that be correct?

I will do that tomorrow or the next day but keep a copy on the server without the htacess folder and would that stop google or not?
In includes/templates/bootstrap/common/html_header.php you can change the robots tag to prevent unwanted indexing


Code:
<meta name="robots" content="noindex, nofollow" />
Will prevent indexing.