I downloaded Magento 2.3.4 via FTP to my c Panel (blue-host) then I extract file and it worked.
Then I get the following error on my website:
Internal Server Error
The server encountered an internal error or configuration and was unable to complete your request.
Please contact the server administrator at webmaster@ to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an Error Document to handle the request.
Kindly I need your support ASAP.
Hi @turki_marwah,
Try to un-comment the following line from app/bootstrap.php
ini_set('display_errors', 1);
Then try to edit, you should get some error.
It will help to find out the error.
I try to edit the comment: ini_set('display_errors', 1);
and still appear same internal server error..
Do you think the problem from this subject:
..
Hi @turki_marwah
There might be some issue with the permission.
https://devdocs.magento.com/guides/v2.3/install-gde/prereq/file-system-perms.html
Set the proper permission or tried with the 777 permission to folder once.
sudo chmod -R 0777 folder_name
then change back to below correct permission.
find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento chmod -R 0777 var/ pub/ generated/
I hope it will help you!
all setup permission as you mentioned and still this error appear. -_-
Hi @Vimal Kumar
I got the reason of this error, when I remove .ht-access file the website working file ..
Do you have any information regarding this?
Thanks
Hi @turki_marwah
Good to hear that working fine.
May be there are some rewrites rule in .htaccess, so it is creating issue.
Are you using apache or nginx server?
Hi @turki_marwah,
I've got the same issue, which .ht-access file did you removed? I've tried that before and it didn't work for me, but maybe I removed the wrong file.