Error in .htaccess
-
The line “Options -ExecCGI” in .htaccess in ./wp-content/uploads/ blocks the display of images on the www and in the WordPress administration.
Is this line necessary? I had to disable it..htaccess
# BEGIN WP CERBER CLAMPS <Files *> SetHandler none SetHandler default-handler #Options -ExecCGI RemoveHandler .cgi .php .php3 .php4 .php5 .php7 .phtml .pl .py .pyc .pyo </Files> <IfModule mod_php7.c> php_flag engine off </IfModule> <IfModule mod_php5.c> php_flag engine off </IfModule> # END WP CERBER CLAMPS
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Error in .htaccess’ is closed to new replies.