Hi guys, i have my own domain. then after creating my own website how to upload or publish my website? Thanks. anyhelp is greatly appreciated.

Dani AI

Generated

As noted, where you host the site matters, and correctly pointed out that you must move your files to the server. The steps below cover the common gaps beginners hit after the files are ready: DNS, document root, permissions, databases and testing.

Point the domain to the host (either by updating nameservers at your registrar or by setting an A record for the host IP). See a short DNS overview here: Cloudflare DNS docs. Confirm the host account’s document root (typical names: public_html, htdocs, www) and ensure your homepage is named the server expects (index.html or index.php — see server DirectoryIndex rules: Apache DirectoryIndex). Upload while preserving the folder structure, then set sensible permissions (generally files 644 and directories 755) and correct ownership if your host requires it.

If the site uses a database, create the database on the server and update the site’s connection settings before going live. Install an SSL certificate and force HTTPS; free certificates are available from LetsEncrypt: LetsEncrypt. To test immediately without changing DNS worldwide, point your machine’s hosts file at the server IP or use the server IP with a temporary host configuration, then clear your browser cache.

Troubleshooting quick checks: 403 usually means wrong folder or permissions; 404 means incorrect path or missing index file; 500 indicates server or .htaccess problems — check error logs or contact host support. For regular updates, consider version control and an automated deploy process to avoid manual uploads and reduce mistakes.

Recommended Answers

All 3 Replies

Hi guys, i have my own domain. then after creating my own website how to upload or publish my website? Thanks. anyhelp is greatly appreciated.

Depends on the web host you are hosting. Where are you hosting your website?
by the way, try filezilla.com, it might help you to upload.

You'll need some type of ftp (file transfer protocol) software. This will allow you to move your files from your local machine to the server that the site is hosted on. Most web editors like Dreamweaver and FrontPage already have ftp included. Otherwise, there are many free ones like Filezilla and FireFTP that will do just fine. Once the software is installed, you'll need your domain name, username, and password to connect to the site.

thanks guys, i'll try it out

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.