Тёмный

How to SSL Secure Your Apache XAMPP Server 

Noah Michael
Подписаться 57
Просмотров 104 тыс.
50% 1

Type in terminal:
cd C:\xampp\apache
makecert
Type in httpd-xampp.conf:
IfModule mod_rewrite.c
RewriteEngine On
Redirect -xampp folder to https
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} xampp
RewriteRule ^(.*) https:--%{SERVER_NAME}$1 [R,L]
Redirect -phpMyAdmin folder to https
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} phpmyadmin
RewriteRule ^(.*) https:--%{SERVER_NAME}$1 [R,L]
Redirect -security folder to https
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} security
RewriteRule ^(.*) https:--%{SERVER_NAME}$1 [R,L]
Redirect -webalizer folder to https
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} webalizer
RewriteRule ^(.*) https:--%{SERVER_NAME}$1 [R,L]
-IfModule

Опубликовано:

 

12 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 100   
Далее
GenAI Roadmap - Job ready AI path
8:13
Просмотров 1 тыс.
Сколько стоят роды мечты?
0:59
Просмотров 224 тыс.