
Sef urls do not work properly on lighttpd & nginx web servers (fix shown)
Reported by dleffler | November 12th, 2013 @ 01:11 AM
On a lighttpd server, sef urls may not work properly, at least on the Android LAMP implementation.
Comments and changes to this ticket
-
dleffler November 15th, 2013 @ 09:46 PM
- Title changed from Bug: sef urls may not work properly on lighttpd servers to Sef urls do not work properly on lighttpd & nginx web servers
- State changed from new to knownissue
- Milestone cleared.
Unless someone comes up with a good server conf file for these servers, you're kinda limited to non-sef (old school query) urls.
-
-
-
-
-
-
-
-
BJ Kline January 27th, 2016 @ 08:26 PM
- Assigned user set to expNinja
I got SEF urls to work on nginx 1.1.19 running on ubuntu 12.04. In the virtual hosts file for nginx the location block looks like this.
location / { try_files $uri $uri/ /index.php?$args; }
-
-
dleffler March 11th, 2016 @ 03:00 PM
- Title changed from Sef urls do not work properly on lighttpd & nginx web servers to Sef urls do not work properly on lighttpd & nginx web servers (fix shown)
-
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS