咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
web服务需要使用的是apache,http.conf配置文件中启用mod_rewrite.so模块后在.htaccess文件中写入如下内容上传到网站根目录即可
RewriteEngine on RewriteBase / RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]