Can't Access Site

Hello,

I am on VPS hosting with Ionos running
CyberPanel
Current Version: 2.3
Build: 4Current Commit: 5aee24ae593cdbbf5b1ccea5ad3f9c8898d5a7b1
Latest Version: 2.3
Latest Build: 4Latest Commit: 5aee24ae593cdbbf5b1ccea5ad3f9c8898d5a7b1

below is my rewrite rules:

Rewrite Rules Added by CyberPanel Rewrite Rule Generator

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]

End CyberPanel Generated Rules.

RewriteEngine On RewriteRule ^(.*)$ public/$1 [L]

The site is built with PHP on Laravel Framework.

I have followed the documentation and have successfully deployed the site on shared hosting. But when i finished uploading the site in Cyberpanel i get an error site can’t be reached

Hello @xdigit

Follow instructions here

This statement doesnt make sense.

Typo error, i meant that I created a website and uploaded a php script to the site through the file manager. Problem is when i try to access the site i get a response site cant be reached immediately

Check your script code. If other laravel code works then its your code

i have, and i set it to force https

Did you install the composer packages/dependencies ?
Did you try to restart laravel app using artisan ?
Did you try to fix permissions after installing dependencies maybe you installed them as root ?

I solved it. I simply created the same sub domain in my host control panel

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.