High Level Qualifier for a Web Site in the WWW Directory
by swamprat from LinuxQuestions.org on (#6DSNG)
Greetings All
sudo mkdir -p /var/www/your_domain
In the above command the 'your_domain' how should it be written?
I have the following web site HowardR.COM, is this what should be used as 'your_domain'?
Or just 'HowardR' (no quotes)
And in setting up the web site in other places like Apache2 which syntax should I use?
I couldn't find any examples of this and if really confused here.
Any help well really be appreciated. Thanks
sudo mkdir -p /var/www/your_domain
In the above command the 'your_domain' how should it be written?
I have the following web site HowardR.COM, is this what should be used as 'your_domain'?
Or just 'HowardR' (no quotes)
And in setting up the web site in other places like Apache2 which syntax should I use?
I couldn't find any examples of this and if really confused here.
Any help well really be appreciated. Thanks