Apache 2 Configuration

Alias

  • Add to http.conf
    Alias /alias1 C:/web/one
    <Directory C:/web/one>
      Options Indexes #Allows directory browing
      Order allow,deny
      Allow from all
    </Directory>
  • Restart Apache
  • Use http://localhost/alias1 to access the alias site
This entry was posted in apache. Bookmark the permalink.