Cannot redirect on "events"
-
bmheck
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 5
-
Thank you received: 0
-
-
11 years 4 months ago #1261
by bmheck
I would like to redirect the item "events" to a list of upcoming events on our calendar. But doing so causes a loop (the browser reports that the redirect will never complete).
Here's the info:
From URL: /events
To URL: /index.php/events-calendar/columbus-audubon-list-view/cat.listevents/
I have tried checking and unchecking both Request Only and Decode URL -- no change
For our calendar, we previously had the Eventlist component installed; that has been removed. We now have JEvents installed.
Any hints on what might be going on here? I don't believe that this issue is specific to ReDJ, but I hope that someone else might have run across something similar and can point me in the right direction.
Thanks!
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
11 years 4 months ago #1264
by admin
Maybe you just need to add this line at the end of your .htaccess file:
Also, the destination should be absolute:
To URL: http://{siteurl}/index.php/events-calendar/columbus-audubon-list-view/cat.listevents/
Kind regards.
Please Log in or Create an account to join the conversation.
-
bmheck
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 5
-
Thank you received: 0
-
-
11 years 4 months ago #1265
by bmheck
Thanks for the suggestions. The ErrorDocument line is in the .htaccess file already. I tried the destination as absolute and relative both; neither works.
After seeing your reply, I'm at least confident that I'm specifying the redirect correctly within ReDJ. I'm certain there's something else going on.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.216 seconds