slmgr /ipk your_license_keyReplace your_license_key with following volumn license keys according to Windows Edition:
| @echo off | |
| if "%1"=="list" ( | |
| netsh advfirewall firewall show rule multiple_ip_to_fw_rule | findstr RemoteIP | |
| exit/b | |
| ) | |
| netsh advfirewall firewall delete rule name="multiple_ip_to_fw_rule" | |
| for /f %%i in (C:\PATH_TO_TEXT_FILE_WITH_IP_ADDRESSES\multiple_ip_to_fw_rule.txt) do ( | |
| netsh advfirewall firewall add rule name="multiple_ip_to_fw_rule" protocol=any dir=in action=block remoteip=%%i |
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| # !IMPORTANT! Set your RewriteBase here and don't forget trailing and leading | |
| # slashes. | |
| # If your page resides at | |
| # http://www.example.com/mypage/test1 | |
| # then use | |
| # RewriteBase /mypage/test1/ | |
| RewriteBase / | |
| RewriteCond %{REQUEST_FILENAME} !-f |
Since XAMPP 5.5.30 and 5.6.14, XAMPP ships MariaDB instead of MySQL. MariaDB is not 100% compatible with MySQL and can be replaced with the "orginal" MySQL server.
c:\xampp\mysql to c:\xampp\mariadb