Your shopping cart is empty. Browse our Store

Magento

Open Source eCommerce Evolved

Installing with Lighttpd and FastCGI

Last modified by dprice on Wed, October 3, 2007 18:39
Source|Old Revisions  

If you are familiar with Lighttpd, it does not support .htaccess, thus the out of the box magento installation won’t work. Never fear, however, for a simple server configuration change makes it all better.

  1. $HTTP["host"] =~ "^(www\.)?example\.com$" {
  2.         server.name     = "www.example.com"
  3.         server.document-root  = "/var/www/example.com/magento/"
  4.         server.error-handler-404 = "/index.php"
  5. }

Essentially, this forwards all non-existent urls in index.php for routing. Simple.

Related Tags:  lighttpdinstallingfastcgiconfiguring



 

Popular Wiki Tags  |  View all

Professional Services from the Magento Team

Professional Installation from the Magento Team

Magento Job Board - Some sort of tag line goes here

Latest Posts| View all Jobs
© Copyright 2008 Varien. Magento is a trademark of Irubin Consulting Inc. DBA Varien