| Server IP : 192.250.227.238 / Your IP : 216.73.216.52 Web Server : LiteSpeed System : Linux s5529.usc1.stableserver.net 5.14.0-570.23.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 24 11:27:16 EDT 2025 x86_64 User : vnkxxmmy ( 1586) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/vnkxxmmy/public_html/wp-content/litespeed/ |
Upload File : |
# BEGIN LSCACHE_STATIC_PROTECT_V2
# DO NOT EDIT — auto-generated by LiteSpeed Cache.
# Whitelist: only listed root files and folders are publicly readable.
Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
# Block dotfiles (.litespeed_conf.dat, .htaccess, etc.) anywhere in the tree
RewriteRule (^|/)\.[^/]+$ - [F,L]
# Whitelisted root-level public files
RewriteRule ^robots\.txt$ - [L]
# Pre-generated public asset folders: serve as-is, 404 if missing
RewriteRule ^(css|js|ucss|ccss|lqip|optimax|crawler)(/|$) - [L]
# Lazy-gen folders: serve existing files directly
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(avatar|localres)(/|$) - [L]
# Lazy-gen folders: missing file → hand off to WP index.php for on-the-fly generation
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(avatar|localres)/.+ /index.php [L]
# Default deny
RewriteRule .* - [F,L]
</IfModule>
# END LSCACHE_STATIC_PROTECT_V2