Hi Luis,
> Check that public/dispatch.cgi or .fcgi uses the correct shebang! line
> for dreamhost:
I did, tried both
#!/usr/bin/ruby
and
#!/usr/bin/ruby1.8
and even
#!/usr/bin/env ruby
also double checked permissions, got 755 on /public and all the dispatch files
> Also check the .htaccess rewrite rules (that point to fcgi instead of .cgi).
I did, here's what I have:
RewriteEngine On
RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
I doubled checked everything on that wiki entry, I believe :P
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant