since it is not catching anything past the root path, maybe try a different location block.
location / {
try_files $uri $uri/ /index.php?$query_string;
}
TerrePorter said:
since it is not catching anything past the root path, maybe try a different location block.
location / { try_files $uri $uri/ /index.php?$query_string; }
Thank you for reply. I'll try again tomorrow.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community