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