Hello,
I’m receiving the errors above in the image.
Below is the current contents of the .htaccess file:
# php_value post_max_size 50M
# php_value upload_max_filesize 50M
# BEGIN s2Member GZIP exclusions
<IfModule rewrite_module>
RewriteEngine On
#RewriteBase /Egyptianmysteries/
RewriteBase /
RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR]
RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1
RewriteRule .* - [E=no-gzip:1]
</IfModule>
# END s2Member GZIP exclusions
# BEGIN WordPress
# BEGIN Math Captcha
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post.php*
RewriteCond %{HTTP_REFERER} !.*www.egyptianmysteries.org.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
</IfModule>
# END Math Captcha
<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
# 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 php7_module>
# php_flag display_errors Off
# php_value max_execution_time 30
# php_value max_input_time 60
# php_value max_input_vars 1000
# php_value memory_limit 32M
# php_value post_max_size 8M
# php_value session.gc_maxlifetime 1440
# php_value session.save_path "/var/cpanel/php/sessions/ea-php72"
# php_value upload_max_filesize 2M
# php_flag zlib.output_compression Off
# php_value error_reporting E_ALL & ~E_DEPRECATED & ~E_NOTICE
</IfModule>
<IfModule lsapi_module>
# php_flag display_errors Off
# php_value max_execution_time 30
# php_value max_input_time 60
# php_value max_input_vars 1000
# php_value memory_limit 32M
# php_value post_max_size 8M
# php_value session.gc_maxlifetime 1440
# php_value session.save_path "/var/cpanel/php/sessions/ea-php72"
# php_value upload_max_filesize 2M
# php_flag zlib.output_compression Off
# php_value error_reporting E_ALL & ~E_DEPRECATED & ~E_NOTICE
</IfModule>
# END cPanel-generated php ini directives, do not edit
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php72” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php72 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
Does anyone notice any problems I can’t seem to get my website running