I want to create web page and i want to my web page adress is such as www.example. com so how i can bring the www not http? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I want to create web page and i want to my web page adress is such as www.example. com so how i can bring the www not http?

8th Mar 2017, 9:09 AM
FOYEZ AHAMMED NAEEM
FOYEZ AHAMMED NAEEM - avatar
3 Answers
+ 10
the URL of any simple online webpage is - http://www.example.com/index.php or index.html
9th Mar 2017, 3:59 AM
Siddharth Saraf
+ 6
You'll have to understand how the server works, and you definitely need to purchase a domain and hosting plan. There's a file named .htaccess (dot htaccess) that allows you to do this using regex - if you wanted to you could remove www from it or set it to something different. Remember "www" is a subdomain of the parent like: docs.google.com or fonts.google.com docs and fonts are sub domains, or additional divisions of the main domain Google.com. They contain their own content, but are still Google products. http is the protocol that can also too be removed. Check out these guides: http://www.htaccess-guide.com http://bit.ly/2m4czcF
10th Mar 2017, 2:42 PM
Mark Foxx
Mark Foxx - avatar
+ 4
You will need to buy a domain :)
9th Mar 2017, 1:47 AM
Aquarius
Aquarius - avatar