Hi, I have two site. For example, they are following URL.
Site:A
http://www.eg.com/useid/forum
http://www.eg.com/useid/gallery
-------------------------------
Site:B
http://www.eg1.com/~useid/forum
http://www.eg1.com/~useid/gallery
and forum script is phpBB 2.0.19, gallery script is Coppermine 1.4.3.
When logging from Site:A gallery, url is below
http://www.eg.com/useid/forum/login.php?redirect=../gallery/
and then http://www.eg.com/useid/gallery/?sid=213132.....
It's excellent, I have no problem, thx.
But,
When logging from Site:B gallery, url is below
http://www.eg1.com/~useid/forum/login.php?redirect=../../~useid/gallery/
and then http://www.eg1.com/?sid=564345......
It ..sad thing.. redirect doesn't working.
I tried the following url by manually edit.
http://www.eg1.com/~useid/forum/login.php?redirect=../gallery/
The result was the same.
Please let me know the solution if you could, perhaps that this is a problem of phpBB.
Thx in advance.
http://forum.coppermine-gallery.net/index.php?topic=24032.0
I fixed this, I modified phpbb2018.inc.php
I think this is not a bug. but, the issue was inĀ Coppermine bridge code.
Thx