Bridging redirect problem Bridging redirect problem
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Bridging redirect problem

Started by g10singh, January 27, 2007, 05:15:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

g10singh

Hello could anyone help me,

I install both phpBB and cpg1410 at locat host

http://locathost/forum2
http://localhost/cpg1410



I have done the bridging alright without any problem. I have set the cpg1410 for registered users only.

Now, upon loading  http://localhost/cpg1410/index.php

it ask for the login page

http://localhost/forum2/login.php?redirect=../cpg1410/

Upon login

http://localhost/cpg1410/?sid=24845673e356d3a89145db758300d5d8

Here it shows all the files where I have installed the cpg1410

However, if I click the index.php, it will show thw proper gallery

The same is also true after logout

Could anyone suggest how to fix this redirect problem.

Thanks in advance

JIten




Sami

Post an online site not private one ,
BTW it seems fine , after bridging all login/logout stuff will manage through forum and redirecting is normal
‍I don't answer to PM with support question
Please post your issue to related board

Nibbler

If you use apache then specify index.php in your DirectoryIndex

g10singh

Thanks Nibbler,

It works after putting index.php in the Directoryindex in Apache. In fact I was testing everything at localhost before finally setup at my site.

Thanks for your help

Jiten