Re: situation with friendly urls

2023-04-10 Thread Francis Daly
On Mon, Apr 10, 2023 at 11:07:11AM -0400, Rick Gutierrez wrote: Hi there, > Sorry Francis the folder path was wrong, update and try again I now see some more things getting good responses, but there are still lots of missing images, and the browser "developer tools" network console shows lots o

Re: situation with friendly urls

2023-04-10 Thread Francis Daly
On Sun, Apr 09, 2023 at 04:08:30PM -0400, Rick Gutierrez wrote: > El dom, 9 abr 2023 a las 7:27, Francis Daly () escribió: Hi there, > https://netsoluciones.com > > This is the site, for example when I want to load the site in English > it doesn't do it, it doesn't load the images and css either

Re: situation with friendly urls

2023-04-09 Thread Rick Gutierrez
El dom, 9 abr 2023 a las 7:27, Francis Daly () escribió: > Hi Francis :) > > When you say that it does not load correctly, can you show one specific > request that does not get the response that you want it to get? That > should make it easier to identify where things are going wrong. https://ne

Re: situation with friendly urls

2023-04-09 Thread Francis Daly
On Sat, Apr 08, 2023 at 11:29:25PM -0400, Rick Gutierrez wrote: Hi there, > Hi here again, I have tried different configurations but I cannot get > the project website to load correctly. When you say that it does not load correctly, can you show one specific request that does not get the respons

Re: situation with friendly urls

2023-04-08 Thread Rick Gutierrez
El sáb, 1 abr 2023 a las 16:49, Rick Gutierrez () escribió: > > El jue, 30 mar 2023 a las 23:12, Rick Gutierrez > () escribió: > Hi here again, I have tried different configurations but I cannot get the project website to load correctly. ### backend config location /assets/ { alias /var/www/s

Re: situation with friendly urls

2023-04-01 Thread Rick Gutierrez
El jue, 30 mar 2023 a las 23:12, Rick Gutierrez () escribió: > Let me try, I'll put it in the reverse proxy I send the log, there is a folder that nginx is not loading for me "assets" https://pastebin.com/JMP3n7iB I think there could be an error, what do you think? -- rickygm http://gnuforev

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