0

我希望我的应用程序使用 https 而不是 http,所以经过一些研究,我对 .htaccess 文件进行了一些更改,现在我的文件看起来像这样

<IfModule mod_rewrite.c>

    RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mywebsite.in/$1 [R,L]
</IfModule>

在此之后,我的网站根据需要在 https 而不是 http 但它已停止运行,它无法包含其他 php 文件,无法加载资源,无论是 css、js 还是 img。我用谷歌搜索了很多,但仍然遇到同样的错误

include(menu.php): failed to open stream: No such file or directory [APP/Template/Pages/home.ctp, line 1]

Failed to load resource: the server responded with a status of 404 ()

所有资源都会出现此错误

寻求帮助,我只是一个新手 在此先感谢 Tarun Madaan

4

0 回答 0