Change address of page according to embedded page

Discussion in 'PHP' started by tanyania, Jun 17, 2011.

  1. #1
    Hi,
    I have an embedded page in my php code, using iframe.
    Its a catalog with products, my problem is I cannot move it to my server, and I need to use the embedded external page.
    But now for all the thousands of products, I have only one page indexed.
    Is there any php trick to change the url according to the user navigation in the embedded page. I didn't find an answer in JavaScript and was thinking maybe someone has a solution from the server side.

    Any help is appreciated
     
    tanyania, Jun 17, 2011 IP
  2. militarysmurf

    militarysmurf Member

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    40
    #2
    Try googling mod_rewrite, that should help you out.
     
    militarysmurf, Jun 17, 2011 IP
  3. jazzcho

    jazzcho Peon

    Messages:
    326
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Short answer, no.

    If you have control of the embedded page, you may be able to synchronize the url of the extrnal page but it is quite a complicated task. Also, in the end, you will have thousands empty of content pages, so, what 's the point?
     
    jazzcho, Jun 18, 2011 IP