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

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -