Karthik SWOT

Results 1 comments of Karthik SWOT

create a .htaccess file on laravel root folder with the following contents: ``` RewriteEngine On RewriteBase / RewriteRule ^$ public/index.php [L] RewriteRule ^((?!public/).*)$ public/$1 [L,NC] ``` Now you can access...