<IfModule mod_substitute.c>
SubstituteMaxLineLength 20M
</IfModule>
They also instructed that I change settings in the php.ini files to:
memory_limit 128M
post_max_size 128M
max_execution_time 180
upload_max_filesize 32M
max_input_time 600
max_input_vars 5000
After that, our login page was no longer accessible and we received a “500 Internal Error” screen whenever we tried to login to the website.
How should we proceed in solving this issue?
Wesbite: 3dscanningservices.net
]]>