Announcement

Collapse
No announcement yet.

Apache

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Apache

    Where abouts do I go in Apache to change the directory that I want to be seen on the web?

    #2
    Re: Apache

    supposing it's apache2 you're talking about, then hit alt-f2

    type
    Code:
    kdesudo kedit /etc/apache2/sites-available/default
    change
    Code:
    DocumentRoot /var/www
    to
    Code:
    DocumentRoot <your document root directory>
    then restart the apache2 service.

    hth
    gnu/linux is not windoze

    Comment

    Working...
    X