SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Drupal on Lighty
Primary tabs
With mod_magnet
http://realize.be/drupal-lighttpd-clean-urls-made-easy
http://groups.drupal.org/lighttpd
http://groups.drupal.org/node/22787
http://more.zites.net/lighttpd_and_drupal_clean_urls_flexible
http://dragkh.wordpress.com/2009/10/12/centos-5-lighttpd-1-5-0-cache-no-package-lua-found/
With mod_rewrite
url.rewrite-if-not-file = (
"^\/([^\?]*)\?(.*)$" => "/index.php?q=$1&$2",
"^\/(.*)$" => "/index.php?q=$1"
)
- Log in to post comments