Edit file File name : .htaccess Content :# Optional: force HTTPS: # <IfModule mod_rewrite.c> # RewriteEngine On # RewriteCond %{HTTPS} off # RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] # </IfModule> # To hide directory listing Options All -Indexes <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} !^/public [NC] RewriteRule (.*) [[softurl]]/public/$1 [L,R=301] </IfModule> Save