Laravel application deployment on Infinity free

Username (e.g. epiz_XXX) or Website URL

http://tanpie.rf.gd

Error Message

This page isn’t working

tanpie.rf.gd is currently unable to handle this request.

HTTP ERROR 500

Other Information

I created new ‘.htaccess’ inside ‘htdocs’ and added following lines:

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

I haven’t touched the .htaccess as provided by laravel.
I have just edited database details and APP_URL in .env file.
I don’t know why the application running on local machine doesn’t want to run here.
Thanks for considering this problem.

See below

4 Likes

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