Results 1 to 4 of 4
ok well i have my server running with apache 2.0 using linux redhat 9.0. how can i make a subfolder, this is what i have www.mypage.com and this is what ...
- 11-19-2005 #1Linux Newbie
- Join Date
- Oct 2005
- Posts
- 110
help with subfolder
ok well i have my server running with apache 2.0 using linux redhat 9.0. how can i make a subfolder, this is what i have www.mypage.com and this is what i want www.mypage.com/addfolderhere. this is where my folder is for my site /var/www/error/noindex.html where noindex.html thats my site any pro in the house
- 11-19-2005 #2
You'll have your server root in something like /var/www/htdocs/ in this directory you'll have the index.html file. Also in this directory you can put subdirectories, and put files in that, so if you have a subdirectory named foo in /var/www/htdocs, so /var/www/htdocs/foo, the directory will be accessable via www.mysite.com/foo.
To create the subdirectory just use the mkdir command in the command line, or use a filebrowser such as rox or knoqueror.
- 11-20-2005 #3Linux Newbie
- Join Date
- Oct 2005
- Posts
- 110
help with index.html
i dont have /var/www/htdocs i have /var/www/html but my site is not there its in /var/www/error/noindex.html
- 11-20-2005 #4
I'm not sure if you document root will be in /var/www/error/
Check your /etc/apache2/httpd.conf file to see where the Document Root is (it should say someware near the top).


Reply With Quote