apache - How to redirect C:/xampp/htdocs/myfolder to C:/somewhere_else? -


i installed xampp , have apache server running. files located on c:/xampp/htdocs , acessible www.mydomain.etc, www.mydomain.etc/foo read c:/somewhere_else instead. how possible?

enable mod_alias , add httpd.conf:

alias /foo c:/somewhere_else 

Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -