作者:LY-李彦 | 来源:互联网 | 2023-10-17 22:35
.htaccess文件
1 2 3 4 5
| RewriteEngine On
RewriteBase /
RewriteCond %{SERVER_PORT} !^443$
RewriteCond %{HTTP_HOST} ^www.lunghealthbiotech.com
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R] |
1 2 3 4 5
| Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] |
2.Ubuntb服务器 phpstudy集成环境 Linux Apache + mysql
3.现在只是www.lunghealthbiotech.com 可以跳转到https://www.lunghealthbiotech... 没有配置 lunghealthbiotech.com 要如何修改
需要修改那些配置文件呢