Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Laravel Remove Public from URL

<IfModule mod_rewrite.c>
   RewriteEngine On 
   RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
Source by laratutorials.com #
 
PREVIOUS NEXT
Tagged: #Laravel #Remove #Public #URL
ADD COMMENT
Topic
Name
6+1 =