CakePHP如何与Vbulletin共享会话

发布于 2024-08-28 22:20:24 字数 325 浏览 7 评论 0原文

如何在蛋糕 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏至、离别 2024-09-04 22:20:24

我相信这就是您正在寻找的:
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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文