How to run phpSQLiteCMS on lighttpd [tip] (Technics)
I also tried this with lighttpd and I had to use two separate rewrite rules to get the content and management to work correctly. I use it in the root directory /
url.rewrite-once = (
^/cms/([^\?.]*)/?$" => "/cms/index.php?qs=$1",
"^/([^\?.]*)/?$" => "/index.php?qs=$1"
)
And here the order is important, ie. the /cms/ rule is before the / rule.
And I am also happy to report that this works like a charm with lighttpd and php fast-cgi run as a separate user.
Complete thread:
- How to run phpSQLiteCMS on lighttpd [tip] - ryzhov_al, 2009-11-06, 12:02
(Technics)- How to run phpSQLiteCMS on lighttpd [tip] - nBVCXz, 2009-11-13, 12:07
![Show preview […]](templates/default/images/ajax_preview.png)
- How to run phpSQLiteCMS on lighttpd [tip] - nBVCXz, 2009-12-10, 10:37
![Show preview […]](templates/default/images/ajax_preview.png)
- How to run phpSQLiteCMS on lighttpd [tip] - Lighttpd tester, 2010-07-26, 20:38
- How to run phpSQLiteCMS on lighttpd [tip] - nBVCXz, 2009-12-10, 10:37
- How to run phpSQLiteCMS on lighttpd [tip] - nBVCXz, 2009-11-13, 12:07