News: 
Welcome to FindUKHosting Forum

Author Topic: Proven ways to place website under construction in cPanel  (Read 1110 times)

joel lee

  • Jr. Member
  • **
  • Posts: 79
  • Cheap Web Hosting Company in USA | VPS Hosting & D
    • View Profile
    • Global HostITsmart
To place a website under construction using cPanel, you can follow these steps:
Log in to your cPanel account.
In the "Files" section, click on "File Manager."
Navigate to the directory where your website files are stored (usually the public_html directory).
Create a new file in the directory and name it "index.html" if it doesn't already exist.
Right-click on the "index.html" file and choose "Edit" or "Code Edit."
Add the following HTML code to the "index.html" file:
html
Copy code
<!DOCTYPE html>
<html>
<head>
 <title>Website Under Construction</title>
 <style>
  body {
 background: #f1f1f1;
  text-align: center;
      padding-top: 200px;
       font-family: Arial, sans-serif;
        }
        h1 {
      font-size: 30px;
       color: #333;
      }
    p {
   font-size: 18px;
   color: #777;
      }
  </style>
</head>
<body>
 <h1>Website Under Construction</h1>
 <p>We are currently working on our website and will be back soon. Thank you for your patience.</p>
</body>
</html>
Save the changes to the "index.html" file.
Now, when someone visits your website, they will see the "Website Under Construction" message instead of the actual content. Once you are ready to launch your website, simply remove or rename the "index.html" file, and your website will be accessible again.
Note: If you have an existing index.html file in your public_html directory, it's recommended to rename or move it to a different location before creating the "under construction" index.html file.

dylancazaly

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Proven ways to place website under construction in cPanel
« Reply #1 on: January 15, 2024, 09:58:22 PM »
Construction, a multifaceted process integral to shaping our living environments, encompasses various considerations, among which safeguarding the house foundation holds paramount importance. Understanding how to protect the house foundation is crucial for ensuring the longevity and stability of any structure. Adequate drainage systems, proper grading, and strategic landscaping are key elements in preventing water accumulation around the foundation, and averting potential damage. Utilizing quality building materials and employing skilled professionals during construction also contribute to the foundation's robustness. The incorporation of features such as gutters and downspouts helps redirect water away from the foundation, mitigating the risk of soil erosion and foundation settling. In the intricate tapestry of construction, the proactive measures taken to protect the house foundation serve as the bedrock, ensuring that structures stand resilient against the test of time and environmental factors.