[Radiant] Deploying Radiant on Debian with Apache 2 and fastcgi

Joe Lapp joe.lapp at pobox.com
Thu Jul 5 10:51:24 CDT 2007


In public/.htaccess, you also need to replace:
RewriteRule ^(.*)$ dispatch.cgi [QSA,L]

with:
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]

That is, ".cgi" becomes ".fcgi".

I have the same configuration and have it working.

HTH,
~joe



More information about the Radiant mailing list