Meta
Categories
Category Archives: apache
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
Posted in apache
Leave a comment