CakePHP如何与Vbulletin共享会话
如何在蛋糕 PHP 中放置 vbulletin 文件夹并修改 .htaccess 文件,以便在同一会话中使用它们?如果可能的话,请帮助我发布将文件夹 vbulletin 放入请求从 localhost/forum 或 localhost/app_name/forum 访问的方法?
我尝试在 webroot 中安装 vbullentin 并修改 .htaccess。它可以从 localhost/forum 访问(应用程序 cake 可以从 http://localhost 访问),但两者都无法共享会话。
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 .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这就是您正在寻找的:
https:// github.com/ceeram/static_bakery/blob/master/src/articles/2010/01/Vbulletin-Bridge-For-CakePHP.rst
完整示例:https://github.com/enangyusup/vbulletin-cakephp
似乎没有任何适当的文档,因此您需要稍微窥探一下代码。祝你好运!
I believe this is what you are looking for:
https://github.com/ceeram/static_bakery/blob/master/src/articles/2010/01/Vbulletin-Bridge-For-CakePHP.rst
A full example of this here: https://github.com/enangyusup/vbulletin-cakephp
There doesn't seem to be any proper documentation, so you'll need to snoop around the code a bit. Good luck!