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
Alias
Alias /alias1 C:/web/one <Directory C:/web/one> Options Indexes #Allows directory browing Order allow,deny Allow from all </Directory>