如何通过 https 而不是 http 访问我的 drupal 站点?
我正在使用 http://localhost/drupal 访问我的 drupal 站点,并且我想使用 https://localhost/drupal。 有什么教程可以参考吗??? 我知道这将使用 drupal 和 ssl 的安全登录模块来完成,但我将如何使用它? 我正在使用 xampp 服务器。 请告诉我有关这方面的教程,以便我遵循该教程并完成我的工作。
I am accessing my drupal site using http://localhost/drupal and I want to access it using https://localhost/drupal.
Any tutorial to follow???
I know that it will be done using secure login module of drupal and ssl but how would I use it?
I am using xampp server.
Please tell me about a tutorial on this so that I follow that tutorial and my work done.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用xampp非常简单:
base_url
(如果需要,查看你的drupal路径,我想是这样)It's very easy using xampp:
base_url
in settings.php (if needed, looking at your drupal path, i think so)