i have a bit complex installation:
debian 504
ispconfig 3.0.3
joomla 1.5.22
my website is eg.
www.abc.com
when i access a wrong page ,eg,
www.abc.com/zyx, it is redirected to another domain (eg.
www.123.com).
ispconfig and joomla do not support that type of redirection. i do not know which files are modified. below is apache log
abc.com:80 192.168.1.2 - - [31/Dec/2010:17:25:10 +0800] "GET /zyx HTTP/1.1" 301 20 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13"
abc.com:80 192.168.1.2 - - [31/Dec/2010:17:25:10 +0800] "GET / HTTP/1.1" 200 6091 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13"
abc.com:80 192.168.1.2 - - [31/Dec/2010:17:25:10 +0800] "GET /modules/mod_fpss/tmpl/Default/css/template_css.php?w=705&h=265&sw=150 HTTP/1.1" 200 4602 "http://www.123.com/" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13"
i have checked .htaccess, apache2.conf, etc. Actually, sometime ago, i have added a URL redirection for 404 error code but i forgot which file.
pls advise could we increase the loglevel for apache to trace which file did the redirection?