Check your apache error log and see where it is looking to get load your 
stylesheets from. 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Ouroz Ouroz
> Sent: Friday, 6 July 2007 1:34 AM
> To: [email protected]
> Subject: [Radiant] Deploying Radiant on Debian with Apache 2 
> and fastcgi
> 
> Hi,
> 
> I tried to deploy my Radiant application using Apache 2 and fastcgi on
> Debian.
> 
> I modified the file public/.htaccess, adding:
> 
> [code]AddHandler fcgid-script .fcgi[/code]
> 
> and created a virtual host like this:
> 
> [code]<VirtualHost *>
>     ServerAdmin [EMAIL PROTECTED]
>     ServerName ruby.cms01.uperto.int
>     DocumentRoot /var/www/test/public/
>     ErrorLog /var/www/test/log/apache.log
> 
>     <Directory /var/www/test/public/>
>         Options Indexes FollowSymLinks MultiViews ExecCGI
>         AllowOverride All
>         Order allow,deny
>         Allow from all
>     </Directory>
> </VirtualHost>[/code]
> 
> It is working, when I go to ruby.cms01.uperto.int, it goes to the real
> path, which is /var/www/test/public/ and the login page 
> appears, but my
> problem is that I don't have any images, stylesheets or javascript.
> I tried with aliases, but it doesn't work...
> 
> I really don't find answers anymore, and a little help would be great!
> 
> Thanks in advance, and tell me if you need more information ;)
> 
> -- 
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> Radiant mailing list
> Post:   [email protected]
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
> 
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to