Answer the question
In order to leave comments, you need to log in
What are the practices for showing the project to the customer during development?
I raised the site on vds, I develop it locally at home, I update the site on vds via git. How can I close access for search engines and "passers-by", except how to open access from a specific ip and so that the customer can view the site without any problems?
Answer the question
In order to leave comments, you need to log in
Give the Customer a link with the installation of cookies on this domain with a redirect to the main one.
On the site - check cookies: not needed - error 404.
Setting the HTACCESS login password completely
https://htmlweb.ru/service/htpasswd.php
Prohibition of indexing through robots, enough
yapro.ru/web-master/xhtml/kak-zapretiti-indeksaciy...
I restrict access by IP address. Just add a block to .htaccess:
<Limit GET>
Order deny,allow
Deny from all
Allow from 10.0.2.4
allow from 83.246.160.116
allow from 109.167.205.1
</Limit>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question