Hi there,
All of my URL redirects are wrongly redirecting in the same way. Basically it's writing the entire to path is being written at the end of my site's domain name and tld, eg, if I have:
from url:
h t t p : / /mydomain.com/test
to url:
h t t p : / /www.anotherdomain.com/url/path
Then when I try visiting
mydomain.com/test instead of going to the to url, it tries to go to h t t p : / /mydomain.com/www.anotherdomain.com/url/path
...with a 404 page. Note: I only added the spaces to all of the instances of h t t p : / / as this forum removes them when displaying posts.
I have case sensitive, Request only and decode URL all turned off. The redj plugin is enabled.
I'm using:
Redj 1.7.6 (Joomla 1.7-2.5 version)
Joomla 2.5.24
MySQL 5.1.42
LiteSpeed server
PHP 5.3.10