Results 1 to 3 of 3
i have my apache running. i tested it from the command line, and the browser. now how do i create a webpage. i know html very well, but i dont ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-06-2005 #1Linux Newbie
- Join Date
- Oct 2005
- Posts
- 110
help with /var/www/html/
i have my apache running. i tested it from the command line, and the browser. now how do i create a webpage. i know html very well, but i dont where to insert it and where to save the webpages.
- 11-06-2005 #2
find the document root (I think /var/www/html in your case, but in others it can be /var/www/htdocs), and put the website in that dicectory, and make one file named index.html (or symlink index.html to another file) and this will be the file seen when you go to the / of your site, e.g. www.foo-bar.org
- 11-07-2005 #3
Your apache servers httpd.conf file will tell you where the document root is, it gets declared near the top normally.
Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
