How to run phpSQLiteCMS on lighttpd [tip] (Technics)
Lighttpd web-server doesn't have Apaches' .htaccess file support.
To run phpSQLiteCMS on lighttpd edit lighttpd.conf.
For phpSQLiteCMS 2.0:... ### url handling modules (rewrite, redirect, access) url.rewrite-once = ( "^/phpsqlitecms/([^\?.]*)/?$" => "/phpsqlitecms/index.php?qs=$1", ) ...
Unfortunately still doesn't work - still 404 error page. The administration panel works OK.
Tested on:
Linux server 2.6.31-ARCH
lighttpd-1.4.24-1 (with modules fastcgi, rewrite, redirect and access enabled)
php-5.3.0-5 (with PDO and sqlite enabled)
phpSQLiteCMS v. 2.0 beta1 (2009-09-17)
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
- 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
![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