How to do a page redirect?
I have googled around and find that it should be done in the .htaccess file. There are many htacess files and they all are in horde. /home/httpd/html/horde/config, lib, scripts, templates...
I only want to redirect the main page so:
Redirect abc.com http://www.xyz.com/directory/file.html
I don't want to redirect any other page, meaning that abc.com/webmail and abc.com/server-manager still work.
Any suggestion?