Prevent usage of `suPHP_ConfigPath` in .htaccess
-
By default, BPS writes:
# CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE # PHP/php.ini handler htaccess code suPHP_ConfigPath '/home/globa298/public_html/travel/prod'
The problem is that cpanel logs an error:
[Thu Jan 25 16:08:49.691029 2018] [core:alert] [pid 35615] [client 141.8.143.196:34550] /home/tomh9670/public_html/travel/prod/.htaccess: Invalid command 'suPHP_ConfigPath', perhaps misspelled or defined by a module not included in the server configuration [Thu Jan 25 16:08:37.015887 2018] [core:alert] [pid 36691] [client 84.201.133.61:59826] /home/tomh9670/public_html/travel/prod/.htaccess: Invalid command 'suPHP_ConfigPath', perhaps misspelled or defined by a module not included in the server configuration
How can I prevent the
suPHP_ConfigPath
from being written (or re-written even if I manually comment it out in.htaccess
?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Prevent usage of `suPHP_ConfigPath` in .htaccess’ is closed to new replies.