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
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?