我现在可以看到我很难问或写了我需要帮助的东西,因为我无法添加图像对我来说很难。如果有办法请私信给我@Fred -ii-和@Dagon谢谢。
答案 0 :(得分:1)
非php方法:
在Web根目录中添加或编辑.htaccess文件
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/maintenance\.html$
RewriteRule ^(.*)$ http://yoursite.com/maintenance.html [R=307,L]
会将所有访问者发送到maintenance.html页面。
这也会阻止人们访问您可能希望在维护模式下可用的图像和其他资源