golden hour
/home/doctorbruno/public_html/gurubruno.com
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
588 B
Del
OK
.well-known
-
Del
OK
1.htaccess
280 B
Del
OK
ads.txt
58 B
Del
OK
cgi-bin
-
Del
OK
index.php
1.03 KB
Del
OK
indexs.php
803 B
Del
OK
Edit: .htaccess
<FilesMatch "xmlrpc.php"> Order Deny,Allow deny from all </FilesMatch> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase // RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . //index.php [L] </IfModule> # END WordPress # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php74” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php74 .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit
Save