Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel nginx

# If you are using Nginx, the following directive in your site 
# configuration will direct all requests to the index.php 
# front controller:

location / {
    try_files $uri $uri/ /index.php?$query_string;
}
 
PREVIOUS NEXT
Tagged: #laravel #nginx
ADD COMMENT
Topic
Name
5+6 =