Am running an stand alone server and I need to user the directory: /home/www instead of /var/www/html How can I do that?? Thanks
The path is set in your apache configuration. The config files are either in /etc/apache or /etc/apache2 directory.
I try to find the folder but I got: /etc/httpd/conf/httpd/conf but not sure if that is the proper one. I've modified that folder and restart apache and it works, only thing was complaining about, because need that I've created folder in /home/www Thanks
Here are what i think you want if you want to change directories, use the commands mkdir and make a new directory. If you have already done that. Use the mv and touch commands to move and rename pertinant files.