Redirection issue
| Project: | Splash |
| Version: | 6.x-2.3 |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I am using splash module version splash-6.x-2.3 to display splash screen every time user visit the site.
Splash Settings are as follows:
When
Display frequency - Always
Display next visit - Yes
How
Display mode - Redirect
What
Content mode - Pick Random path or url from the list
Content - node/1
My splash page is node/1 and home page is node/2.
I set default home page to node/2 in site configuration -> site information settings page.
I have added http-equiv="Refresh" meta tag on node/1 to redirect to node/2 after certain time interval. Also tried jscript window.location = '2'; for redirection.
Issues I am facing are as follows:
1. Splash page redirect to node/2 but again redirect from node/2 to node/1(i.e. splash page). That means it goes in a loop.
2. I need to clear cache to get splash page again on next visit. Actually it should display when ever I visit the home page.
If anyone faced the same issues and know the solution please reply back.

#1
There's a separate issue for the cache problem, please test the solution offered there: #372333: Splash doesn't turn off properly on cached page views.
As for the redirect issue, could you please explain in a little more detail what you're actually trying to do and what is happening instead? I'm having trouble following that.