Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

laravel apache config

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
Source by laravel.com #
 
PREVIOUS NEXT
Tagged: #laravel #apache #config
ADD COMMENT
Topic
Name
4+9 =