skip to Main Content

Index of / in Laravel cPanel

I am facing issue "Index of /" while accessing my website that i have uploaded on cPanel direct root. Even I have .htaccess file in public_html I try this htaccess code. <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteCond %{REQUEST_URI} !^/public/…

VIEW QUESTION

Laravel Deployment on Shared Hosting

I'm trying to deploy my laravel project on shared hosting Cpanel, I divide my laravel project into 2 folders (i do this so the user can't check out my .env file): laravel (all laravel files except public) public (I moved…

VIEW QUESTION
Back To Top
Search