-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gregor on Mac
committed
Mar 18, 2024
1 parent
b722623
commit 88048ed
Showing
3 changed files
with
121 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
# BEGIN LSCACHE | ||
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## | ||
<IfModule LiteSpeed> | ||
RewriteEngine on | ||
CacheLookup on | ||
RewriteRule .* - [E=Cache-Control:no-autoflush] | ||
RewriteRule \.litespeed_conf\.dat - [F,L] | ||
|
||
### marker ASYNC start ### | ||
RewriteCond %{REQUEST_URI} /wp-admin/admin-ajax\.php | ||
RewriteCond %{QUERY_STRING} action=async_litespeed | ||
RewriteRule .* - [E=noabort:1] | ||
### marker ASYNC end ### | ||
|
||
### marker MOBILE start ### | ||
RewriteCond %{HTTP_USER_AGENT} Mobile|Android|Silk/|Kindle|BlackBerry|Opera\ Mini|Opera\ Mobi [NC] | ||
RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+ismobile] | ||
### marker MOBILE end ### | ||
|
||
### marker CACHE RESOURCE start ### | ||
RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600] | ||
### marker CACHE RESOURCE end ### | ||
|
||
### marker FAVICON start ### | ||
RewriteRule favicon\.ico$ - [E=cache-control:max-age=86400] | ||
### marker FAVICON end ### | ||
|
||
### marker DROPQS start ### | ||
CacheKeyModify -qs:fbclid | ||
CacheKeyModify -qs:gclid | ||
CacheKeyModify -qs:utm* | ||
CacheKeyModify -qs:_ga | ||
### marker DROPQS end ### | ||
|
||
</IfModule> | ||
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## | ||
# END LSCACHE | ||
# BEGIN NON_LSCACHE | ||
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## | ||
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## | ||
# END NON_LSCACHE | ||
#This Apache config file was created by Duplicator Installer on 2020-06-14 13:24:05. | ||
#The original can be found in archived file with the name .htaccess__[HASH] | ||
|
||
# BEGIN WordPress | ||
# Die Anweisungen (Zeilen) zwischen „BEGIN WordPress“ und „END WordPress“ sind | ||
# dynamisch generiert und sollten nur über WordPress-Filter geändert werden. | ||
# Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben. | ||
<IfModule mod_rewrite.c> | ||
RewriteEngine On | ||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] | ||
RewriteBase / | ||
RewriteRule ^index\.php$ - [L] | ||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteCond %{REQUEST_FILENAME} !-d | ||
RewriteRule . /index.php [L] | ||
</IfModule> | ||
|
||
# END WordPress | ||
|
||
RewriteEngine On | ||
RewriteCond %{SERVER_PORT} 80 | ||
RewriteRule ^(.*)$ https://www.geomazing.com/$1 [R,L] | ||
|
||
|
||
# BEGIN WP-HUMMINGBIRD-CACHING | ||
# Die Anweisungen (Zeilen) zwischen „BEGIN WP-HUMMINGBIRD-CACHING“ und „END WP-HUMMINGBIRD-CACHING“ sind | ||
# dynamisch generiert und sollten nur über WordPress-Filter geändert werden. | ||
# Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben. | ||
<IfModule mod_expires.c> | ||
ExpiresActive On | ||
ExpiresDefault A0 | ||
|
||
<FilesMatch "\.(txt|xml|js)$"> | ||
ExpiresDefault A31536000 | ||
</FilesMatch> | ||
|
||
<FilesMatch "\.(css)$"> | ||
ExpiresDefault A31536000 | ||
</FilesMatch> | ||
|
||
<FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$"> | ||
ExpiresDefault A31536000 | ||
</FilesMatch> | ||
|
||
<FilesMatch "\.(jpg|jpeg|png|gif|swf|webp)$"> | ||
ExpiresDefault A31536000 | ||
</FilesMatch> | ||
</IfModule> | ||
|
||
<IfModule mod_headers.c> | ||
<FilesMatch "\.(txt|xml|js)$"> | ||
Header set Cache-Control "max-age=31536000" | ||
</FilesMatch> | ||
|
||
<FilesMatch "\.(css)$"> | ||
Header set Cache-Control "max-age=31536000" | ||
</FilesMatch> | ||
|
||
<FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$"> | ||
Header set Cache-Control "max-age=31536000" | ||
</FilesMatch> | ||
|
||
<FilesMatch "\.(jpg|jpeg|png|gif|swf|webp)$"> | ||
Header set Cache-Control "max-age=31536000" | ||
</FilesMatch> | ||
</IfModule> | ||
# END WP-HUMMINGBIRD-CACHING | ||
|
||
Redirect 301 /spklpz https://digitalwarenkombinat.github.io/ghosthunt/ |
Binary file not shown.
This file contains 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