at path:
ROOT
/
vccvvc
/
.htaccess
run:
R
W
Run
wp-admin
DIR
2025-10-18 22:56:44
R
W
Run
wp-content
DIR
2025-10-18 22:56:50
R
W
Run
wp-includes
DIR
2025-10-18 22:56:45
R
W
Run
.htaccess
2.79 KB
2025-10-18 22:56:50
R
W
Run
Delete
Rename
.htaccess.bk
537 By
2025-10-18 22:56:49
R
W
Run
Delete
Rename
author.template.1767671859.php
0 By
2026-01-07 04:02:40
R
W
Run
Delete
Rename
error_log
0 By
2025-12-10 17:57:45
R
W
Run
Delete
Rename
index.php
405 By
2020-02-06 05:33:12
R
W
Run
Delete
Rename
license.txt
19.44 KB
2025-03-06 13:24:24
R
W
Run
Delete
Rename
readme.html
7.25 KB
2025-03-07 07:45:24
R
W
Run
Delete
Rename
wp-activate.php
7.21 KB
2024-02-13 13:19:10
R
W
Run
Delete
Rename
wp-blog-header.php
351 By
2020-02-06 05:33:12
R
W
Run
Delete
Rename
wp-comments-post.php
2.27 KB
2023-06-14 12:11:16
R
W
Run
Delete
Rename
wp-config-sample.php
3.26 KB
2024-10-15 13:24:18
R
W
Run
Delete
Rename
wp-config.php
3.48 KB
2025-10-18 22:56:49
R
W
Run
Delete
Rename
wp-cron.php
5.49 KB
2024-08-02 17:40:16
R
W
Run
Delete
Rename
wp-links-opml.php
2.44 KB
2022-11-26 20:01:18
R
W
Run
Delete
Rename
wp-load.php
3.84 KB
2024-03-11 09:05:16
R
W
Run
Delete
Rename
wp-login.php
50.21 KB
2025-02-03 15:55:24
R
W
Run
Delete
Rename
wp-mail.php
8.52 KB
2025-02-08 15:00:20
R
W
Run
Delete
Rename
wp-settings.php
29.38 KB
2025-03-04 12:06:28
R
W
Run
Delete
Rename
wp-signup.php
33.71 KB
2025-03-10 17:16:28
R
W
Run
Delete
Rename
wp-trackback.php
4.98 KB
2024-10-18 13:56:18
R
W
Run
Delete
Rename
xmlrpc.php
3.13 KB
2024-11-08 14:52:18
R
W
Run
Delete
Rename
error_log
up
📄
.htaccess
Save
# 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/debug/.*\.log$ - [F,L] 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 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! ## ### marker BROWSER CACHE start ### <IfModule mod_expires.c> ExpiresActive on ExpiresByType application/pdf A31557600 ExpiresByType image/x-icon A31557600 ExpiresByType image/vnd.microsoft.icon A31557600 ExpiresByType image/svg+xml A31557600 ExpiresByType image/jpg A31557600 ExpiresByType image/jpeg A31557600 ExpiresByType image/png A31557600 ExpiresByType image/gif A31557600 ExpiresByType image/webp A31557600 ExpiresByType image/avif A31557600 ExpiresByType video/ogg A31557600 ExpiresByType audio/ogg A31557600 ExpiresByType video/mp4 A31557600 ExpiresByType video/webm A31557600 ExpiresByType text/css A31557600 ExpiresByType text/javascript A31557600 ExpiresByType application/javascript A31557600 ExpiresByType application/x-javascript A31557600 ExpiresByType application/x-font-ttf A31557600 ExpiresByType application/x-font-woff A31557600 ExpiresByType application/font-woff A31557600 ExpiresByType application/font-woff2 A31557600 ExpiresByType application/vnd.ms-fontobject A31557600 ExpiresByType font/ttf A31557600 ExpiresByType font/otf A31557600 ExpiresByType font/woff A31557600 ExpiresByType font/woff2 A31557600 </IfModule> ### marker BROWSER CACHE end ### ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## # END NON_LSCACHE # 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 /vccvvc/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /vccvvc/index.php [L] </IfModule> # END WordPress