at path:
ROOT
/
wp-content
/
uploads
/
forminator
/
.htaccess
run:
R
W
Run
7080_ca8061231ee225acdd9cfa591173428c
DIR
2025-09-03 09:44:34
R
W
Run
.htaccess
624 By
2025-09-03 09:44:34
R
W
Run
Delete
Rename
index.php
0 By
2025-09-03 09:44:34
R
W
Run
Delete
Rename
error_log
up
📄
.htaccess
Save
# BEGIN Forminator # The directives (lines) between "BEGIN Forminator" and "END Forminator" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. # Disable parsing of PHP for some server configurations. <Files *> SetHandler none SetHandler default-handler Options -ExecCGI Options -Indexes RemoveHandler .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo </Files> <IfModule mod_php5.c> php_flag engine off </IfModule> <IfModule headers_module> Header set X-Robots-Tag "noindex" </IfModule> # END Forminator