Re: situation with friendly urls

2023-03-30 Thread Rick Gutierrez
El jue, 30 mar 2023 a las 19:39, Dan Swaney () escribió: > > Another thing to try would be to enable debug to your output log. > > Add this line to the top of your nginx.conf file and restart NGINX: > > error_log /var/log/nginx/error.log debug; > > > This assumes you have built NGINX with the conf

Re: situation with friendly urls

2023-03-30 Thread Rick Gutierrez
El jue, 30 mar 2023 a las 19:32, Dan Swaney () escribió: > > Check to make sure the file is stored as UTF-8 Unicode instead of ANSI. > > I once had an issue where NGINX wouldn't load and the log showed nothing > useful. It turned out I had to convert the file to UTF-8 Unicode to get it > to work

Re: situation with friendly urls

2023-03-30 Thread Dan Swaney
Another thing to try would be to enable debug to your output log. Add this line to the top of your nginx.conf file and restart NGINX: error_log /var/log/nginx/error.log debug; This assumes you have built NGINX with the configure option of --with-debug Here's the URL to the NGINX docs for conv

Re: situation with friendly urls

2023-03-30 Thread Dan Swaney
Check to make sure the file is stored as UTF-8 Unicode instead of ANSI. I once had an issue where NGINX wouldn't load and the log showed nothing useful. It turned out I had to convert the file to UTF-8 Unicode to get it to work again. On Thu, Mar 30, 2023, 7:16 AM Rick Gutierrez wrote: > Hi li

situation with friendly urls

2023-03-30 Thread Rick Gutierrez
Hi list, I have a situation that I want to share, we develop a small application in php that has friendly urls, it has a section in English and the other in Spanish, but when we put it in the backend server the project does not load correctly. I want to share a bit about the design of our infrastr