GetSimple Support Forum
Page redirection - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Page redirection (/showthread.php?tid=4576)



Page redirection - sbollaerts - 2013-04-02

(newbie in GetSimple AND PhP...)

Hello,

I would like to make a page available from 2 points (B2B->Downloads, B2C->Downloads)

I tried to make a common page and then 2 dummy pages. In the dummy pages I planned to use some script like <?php http_redirect("????"); ?>

The editor comments the script and I don't see any configuration setting to allow scripting.

I also tried to find some plugin to define "virtual pages" or something like that: no luck.

Do you have an idea on the way to achieve my goal?

Thanks a lot!
Serge


RE: Page redirection - shawn_a - 2013-04-02

Components are what you are looking for. You can also make special templates.


RE: Page redirection - sbollaerts - 2013-04-02

(2013-04-02, 09:28:43)shawn_a Wrote: Components are what you are looking for. You can also make special templates.

Thank you: I finally found a lot of usefull components to achieve all wanted to do!


RE: Page redirection - shawn_a - 2013-04-02

And I make a plugin to execute components on hooks also that might help with a redirect.