Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Redirect plugin
#14
(2014-01-17, 09:22:05)xxdex Wrote: But how to redirect this page in external serwer.
Make yourself familiar with i18n customfield plugin.
Then create a new field for external link to the page you want to redirect from the menu, give it an example name: externalurl
Then create a new template file, name it for example: redirect_template.php
Use below code inside template file
Code:
<?php
// Permanent redirection
header("HTTP/1.1 301 Moved Permanently");
header("Location:".return_custom_field('externalurl'));
exit();
?>

All you have to do is:
1. add new page, add it to the menu (page options)
2. paste link into custom field (page options) | edit: don'g forget http:// prefix in pasted link, otherwise it won't work
3. choose external_link template for this particular page (page options)
4. Save page
voilla
Addons: blue business theme, Online Visitors, Notepad
Reply


Messages In This Thread
Redirect plugin - by Carlos - 2013-08-16, 18:40:04
RE: Redirect plugin - by mvlcek - 2013-08-16, 20:03:19
RE: Redirect plugin - by Carlos - 2013-08-16, 22:44:36
RE: Redirect plugin - by Timbow - 2013-08-16, 23:15:11
RE: Redirect plugin - by Carlos - 2013-08-16, 23:58:10
RE: Redirect plugin - by shawn_a - 2013-08-16, 23:41:19
RE: Redirect plugin - by Carlos - 2013-08-16, 23:53:22
RE: Redirect plugin - by Carlos - 2013-08-17, 00:23:49
RE: Redirect plugin - by shawn_a - 2013-08-17, 01:27:08
RE: Redirect plugin - by D.O. - 2013-08-18, 04:35:22
RE: Redirect plugin - by davetest - 2013-08-21, 12:10:36
RE: Redirect plugin - by shawn_a - 2013-08-21, 12:30:20
RE: Redirect plugin - by xxdex - 2014-01-17, 09:22:05
RE: Redirect plugin - by yojoe - 2014-01-17, 20:30:40
RE: Redirect plugin - by xxdex - 2014-01-17, 23:31:34
RE: Redirect plugin - by jwzumwalt - 2017-09-25, 16:18:47



Users browsing this thread: 1 Guest(s)