Yangi formatda davom etish uchun: https://uzfor.net/view.php?act=post&id=77355
Postga havola
Akbarali [2384] [off]
6750, # 6750 (26.12.2019 / 08:35)
Bollar johncmsda htaccess da http dan https ga utkazish kerak men topgan kodlar ishlamayapti kimdur yordam bersa saytiga bepul sertifikat olib beraman
8 daqiqa 26 soniyadan keyin yozdi:
Yoki
Bollar johncmsda htaccess da http dan https ga utkazish kerak men topgan kodlar ishlamayapti kimdur yordam bersa saytiga bepul sertifikat olib beraman
# HTTPS RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
8 daqiqa 26 soniyadan keyin yozdi:
Yoki
# To redirect all users to access the site without the www. prefix # RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] # RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]