at path:
ROOT
/
wp-content
/
uploads
/
wpforms
/
cache
/
.htaccess
run:
R
W
Run
.htaccess
446 By
2026-04-11 05:04:58
R
W
Run
Delete
Rename
addons.json
225.87 KB
2026-01-18 07:55:09
R
W
Run
Delete
Rename
docs.json
44.8 KB
2025-04-07 15:19:32
R
W
Run
Delete
Rename
email-summaries.json
21.15 KB
2026-04-20 12:46:35
R
W
Run
Delete
Rename
index.html
0 By
2024-10-17 21:15:02
R
W
Run
Delete
Rename
index.php
99 By
2026-02-24 15:28:29
R
W
Run
Delete
Rename
splash.json
8.37 KB
2026-04-11 05:04:58
R
W
Run
Delete
Rename
templates.json
1.79 MB
2026-04-11 05:03:48
R
W
Run
Delete
Rename
error_log
up
📄
.htaccess
Save
# BEGIN WPForms # The directives (lines) between "BEGIN WPForms" and "END WPForms" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. # Disable access for any file in the cache dir. # Apache 2.2 <IfModule !authz_core_module> Deny from all </IfModule> # Apache 2.4+ <IfModule authz_core_module> Require all denied </IfModule> # END WPForms