gpt4 book ai didi

php - Laravel 4 ssl 子域重定向到主域

转载 作者:太空宇宙 更新时间:2023-11-03 15:02:36 25 4
gpt4 key购买 nike

我已经在我的子域 app.domain.com 中安装了 laravel 4,我的主域在 wordpress 上。我在 laravel 4 框架上的 app.subdomain.com 运行完美,但是当我使用 ssl https://app.subdomain.com 运行它时它将显示主要域内容,wordpress 站点。

我已经有了该子域的通配符证书。

.htaccess 中是否有任何我需要更改的模组?

谢谢。

我的主机是 hostmonster。我正在使用带有子域的附加域。

这是我的子域 .htaccess

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>

主域(wordpress)

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

最佳答案

您的主域虚拟主机似乎覆盖了您项目的 ssl 子域。如果禁用它并重新启动 apache,您的应用程序是否仍然无法访问?

因为您不需要为此更改 Laravel 和/或 htaccess。

关于php - Laravel 4 ssl 子域重定向到主域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19217913/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com