Http Response - needing to hide application directory from browser
Hi,
i need to hide the application root directory from the browser, as you can see at these steps example:
1) Http request: www.xxxx.com
2) Apache runs module Alias: redirect www.xxxx.com to www.xxxx.com/somedir/
3) Apache returns www.xxxx.com/somedir/ to the browser
But, i need to change the step 3: Apache must just return "www.xxxx.com" to the browser, instead of ".../somedir". How can i do it?
Thanks in advance, Euclides.