I am using html form with php to load data into mysql.
the form works correctly when I use it on my laptop (wamp), but when I uploaded the site to a dedicated server (ispconfig), get this error
Internal Server Error
The server detected an internal error or incorrect configuration and was unable to fulfill your request.
I tried changing php.ini values ββin
post_max_size 64M upload_max_filesize 64M max_input_time 3000 max_execution_time 3000
and those in apache also in
memory_limit 96M post_max_size 64M upload_max_filesize 64M
but i still can't download.
Thank you for that.
source share