coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: yamane on February 22, 2006, 04:48:29 PM

Title: The redirect doesnot work url with tilde(~)
Post by: yamane on February 22, 2006, 04:48:29 PM
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.
Title: Re: The redirect doesnot work url with tilde(~)
Post by: Nibbler on February 22, 2006, 04:49:41 PM
http://forum.coppermine-gallery.net/index.php?topic=24032.0
Title: Re: The redirect doesnot work url with tilde(~)
Post by: yamane on February 22, 2006, 04:59:24 PM
I fixed this, I modified phpbb2018.inc.php
I think this is not a bug. but, the issue was inĀ  Coppermine bridge code.
Thx