Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vishalpardeshi's avatar

HTTP ERROR 500 The page isn’t working

http://domainname.in/Test?name=Technical&submit=Technical

when i am passing paramaters from url this error occures laravel application on the shared hosting linux

0 likes
4 replies
mikevrind's avatar
Level 7

Check your logfiles for error messages.

1 like
ronaldgevern's avatar

The first thing you need to know about the http error 500 the page isn't working is that the error can only be resolved by fixes to the Web server software. It is not a client-side problem meaning that the problem is not with your browser, your computer, or your internet connection. The error is too generic and does not tell you exact problem. When you hit an internal server error it usually means some parts of your web server is not configured correctly or the application is trying to do something and the server is failing to carry out the request due to a conflict or restriction. Please check the error logs on your server for a more specific error message, which may give a clue to why this is happening on your website/server. These errors are often caused by plugin or theme function conflicts, so if you have access to your Dashboard, try deactivating all plugins. It is up to the administrators of the Web server site to locate and analyse the logs which should give further information about the error. However, there are often ways to quickly get around the problem:

Reload or Refresh the Webpage, Check you server permission, Corrupt Plugins, .htaccess file may be corrupt, Exceeded PHP memory limit, Increase the memory setting in the wp-config.php file, Clear your browser cookies and cache

http://net-informations.com/q/mis/500.html

Please or to participate in this conversation.