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

uselaravel's avatar

İnstall after 503 error help.

I installed Laravel framework with composer. I have a server with Cpanel installed. I applied the home directory shortcut.

This command : ln -s /home/usersite/laravel/public /home/usersite/public_html

After I ran the site and;

Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.

How do I fix this problem?

0 likes
1 reply
uselaravel's avatar
uselaravel
OP
Best Answer
Level 1

I researched a little and solved the problem. The problem is not in laravel installation. The problem is on the server. Restart all services from the WHM interface. The error is resolved.

Please or to participate in this conversation.