Answer the question
In order to leave comments, you need to log in
How can I make changing a few characters in .htaccess disable or comment out the last few lines of configuration?
It is necessary that these lines do not work with a wave of the hand (I don’t want to constantly comment and uncomment each line):
Options All +Indexes
<FilesMatch ".(php|inc|log|config)$">
Order Allow,Deny
Allow from all
</FilesMatch>
<IfModule mod_fcgid.c>
AddHandler fcgid-script .html .php .inc
</IfModule>
<IfModule mod_php5.c>
AddHandler application/x-httpd-php .html .php .inc
</IfModule>
php_flag display_startup_errors On
php_flag display_errors On
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question