Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在生产服务器上创建一个网站,但对如何确保人们在设计时无法访问它一无所知。
当我仍在现场工作时,如何捕获电子邮件/显示即将推出的页面?
另外,我在哪里可以找到资源来了解创建开发 PHP 服务器和使用开发更改更新实时站点?
提前致谢,
约翰
不要将开发代码放在实时服务器上。在不可公开访问的机器上进行开发和测试。在您发布之前,公共服务器上唯一的东西应该是即将推出的页面。
you can use .htpasswd and .htaccess files to redistrict access to authorized users