Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Finding the direct path to a page?

    Hello!! I am faced with a dilemma here. Is there as way, I could insert a meta refresh on this page?
    http://www.shopshogun.com/index.php?...cturers_id=118

    so that it can just direct to
    cage.shopshogun.com?



    since I cant link to an outside page from my "Select a Band or Artist" sidebox, I need to find a work around. Unfortunately, a link made an EZ Pages, just isnt enough. We don't want customers being confused by having these multiple items up. Someone please help me!!

  2. #2
    Join Date
    Jul 2006
    Posts
    112
    Plugin Contributions
    1

    Default Re: Finding the direct path to a page?

    you have to change the code, perhaps in /includes/modules/pages/index/header_php.php, so it redirects to the path you want.

    hope it works

  3. #3
    Join Date
    Dec 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Finding the direct path to a page?

    Quote Originally Posted by ebusinessman View Post
    you have to change the code, perhaps in /includes/modules/pages/index/header_php.php, so it redirects to the path you want.

    hope it works
    I think I understand the idea; but would you know where in the code that would be? I only want it to re-direct on that page.

    Thanks!

  4. #4
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Finding the direct path to a page?

    You could say something at the very top of that like:

    Code:
    if($_GET['manufacturers_id'] == "118")
    {header("redirect: http://some.other.url");
    exit();}

 

 

Similar Threads

  1. Replies: 2
    Last Post: 6 Nov 2013, 12:06 AM
  2. Lost with finding the file that outputs the PRICE on the catagory list
    By 00falcon in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Sep 2009, 06:09 AM
  3. Replies: 4
    Last Post: 21 May 2009, 06:46 AM
  4. How to call MED image info on main page? Not an IMG but the path. Help please !
    By Yuchant in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 24 Sep 2007, 10:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg