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

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -