Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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 CACHE RESOURCE start ###
- RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600]
- ### marker CACHE RESOURCE 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
- # BEGIN All In One WP Security
- #AIOWPS_BASIC_HTACCESS_RULES_START
- <Files .htaccess>
- <IfModule mod_authz_core.c>
- Require all denied
- </IfModule>
- <IfModule !mod_authz_core.c>
- Order deny,allow
- Deny from all
- </IfModule>
- </Files>
- ServerSignature Off
- LimitRequestBody 10485760
- <Files wp-config.php>
- <IfModule mod_authz_core.c>
- Require all denied
- </IfModule>
- <IfModule !mod_authz_core.c>
- Order deny,allow
- Deny from all
- </IfModule>
- </Files>
- #AIOWPS_BASIC_HTACCESS_RULES_END
- #AIOWPS_DEBUG_LOG_BLOCK_HTACCESS_RULES_START
- <Files debug.log>
- <IfModule mod_authz_core.c>
- Require all denied
- </IfModule>
- <IfModule !mod_authz_core.c>
- Order deny,allow
- Deny from all
- </IfModule>
- </Files>
- #AIOWPS_DEBUG_LOG_BLOCK_HTACCESS_RULES_END
- #AIOWPS_DISABLE_INDEX_VIEWS_START
- Options -Indexes
- #AIOWPS_DISABLE_INDEX_VIEWS_END
- #AIOWPS_DISABLE_TRACE_TRACK_START
- <IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
- RewriteRule .* - [F]
- </IfModule>
- #AIOWPS_DISABLE_TRACE_TRACK_END
- #AIOWPS_PREVENT_IMAGE_HOTLINKS_START
- <IfModule mod_rewrite.c>
- RewriteEngine On
- RewriteCond %{HTTP_REFERER} !^$
- RewriteCond %{REQUEST_FILENAME} -f
- RewriteCond %{REQUEST_FILENAME} \.(gif|jpe?g?|png)$ [NC]
- RewriteCond %{HTTP_REFERER} !^http(s)?://djfs\.co\.seneca\.oh\.us [NC]
- RewriteRule \.(gif|jpe?g?|png)$ - [F,NC,L]
- </IfModule>
- #AIOWPS_PREVENT_IMAGE_HOTLINKS_END
- # END All In One WP Security
- # BEGIN WordPress
- # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
- # dynamically generated, and should only be modified via WordPress filters.
- # Any changes to the directives between these markers will be overwritten.
- <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
Advertisement
Add Comment
Please, Sign In to add comment