The Setup:
I'm using a default install of FPSS 3.0.5 on Joomla 1.5.20 running on a Windows XP SP3 box using Apache 2.2.14 and PHP 5.2.6. -Joomla has SEF URLs turned on using mod_redirect, and they are working fine.
The Problem:
The slideshow rotation works fine, but when clicking on the "More" button I get a redirect loop that results in the following error:
Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.
Each slide links to a discrete page on the site; for example, slide 1 links to the "/services" page, slide 2 links to the "/services/restoration.html" page, etc. So, for example, when clicking on Slide 2 (/services/restoration.html), the resulting link that FPSS creates and tries to connect to is:
http://OURDOMAIN/component/fpss/track/13/services/services/services/services/services/services/services/services/services/services/services/services/services/services/services/services/services/services/services/services/services/restoration.html
(I've removed the actual domain name...)
In all browsers, for all slides, whether I'm creating the link in FPSS by selecting a Joomla menu item or putting in a Custom URL, the error always occurs.
Anyone have suggestions on what's causing this?
???