Something wrong with redirects on my Joomla 1.5.18 site
Posted
by fuzzy lollipop
on Stack Overflow
See other posts from Stack Overflow
or by fuzzy lollipop
Published on 2010-06-09T20:33:24Z
Indexed on
2010/06/09
21:02 UTC
Read the original article
Hit count: 173
My Joomla 1.5.18 site, I enabled login, when I click login the page I get sent to is NOT styled with CSS. If I login it redirects to the home page and it is not styled anymore either. It looks like it is recursively appending stuff to the URL incorrectly.
http://www.myjoomlasite.org/index.php/index.php/login
if I click on home page or login links it keeps putting more and more index.php entries in the URL, and sometimes on the end. The following is what I get when I try and go to a JEvents menu item.
http://www.myjoomlasite.org/index.php/index.php/index.php/index.php/upcomingevents/month.calendar/2010/06/09/index.php
Anyone have any idea why this is happening? I don't know what to search for on Google apparently, and none of the Joomla! books I have address this.
© Stack Overflow or respective owner