This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Work | |
| RewriteCond %{REMOTE_ADDR} !^111.222.333.444 | |
| # Home | |
| RewriteCond %{REMOTE_ADDR} !^111.222.333.444 | |
| # | |
| RewriteCond %{REQUEST_URI} !^/coming-soon/(.)*$ [NC] | |
| RewriteRule ^(.*)$ https://domain.tld/coming-soon/ [R=302,L] |
RewriteEngine On
# WWW to NON-WWW for HTTP and HTTPS
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
RewriteCond %{HTTPS} on
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INSERT IGNORE INTO `db_lang` (`id`, `hodnota`, `jazyk`) SELECT `id`, `hodnota`, 'en' FROM db_lang; |
do & docompile wow server / private helper