Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have a page (Lets call in 'overview') in umb 7, whenever i hit page called signup, i want to load all content from overview.
signup shall be reachable from everywhere.
ex: I go to domain.com/page1/signup then load overview or i go to domain.com/page1/page2/signup then load overview and so forth
How can i achieve this?
maybe something like a custom 404 handler, that loads overview, when the url ends with signup?
You should be able to create an iis rewrite that responds on anything ending with /signup and show data from the overview page.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Generic url lod from specific page
Hi,
I have a page (Lets call in 'overview') in umb 7, whenever i hit page called signup, i want to load all content from overview.
signup shall be reachable from everywhere.
ex: I go to domain.com/page1/signup then load overview or i go to domain.com/page1/page2/signup then load overview and so forth
How can i achieve this?
maybe something like a custom 404 handler, that loads overview, when the url ends with signup?
You should be able to create an iis rewrite that responds on anything ending with /signup and show data from the overview page.
is working on a reply...