views:

132

answers:

1

how to put folder of vbulletin and modify .htaccess file in cake PHP in purpose use them in same session ? if it possible, plz help me by post the way to put the folder vbulletin in order request access from localhost/forum or localhost/app_name/forum?

I am tried to install vbullentin in webroot and modify .htaccess. It can access from localhost/forum ( app cake can access from http://localhost ) but both couldnt share session .

A: 

I believe this is what you are looking for: http://bakery.cakephp.org/articles/view/vbulletin-bridge-for-cakephp

A full example of this here: http: //github.com/enangyusuf/Vbulletin-Bridge-For-CakePHP

There doesn't seem to be any proper documentation, so you'll need to snoop around the code a bit. Good luck!

Albert Iordache