Radiant 0.6.9 + Passenger

I just deployed a fairly clean Radiant instance to a server, and now
the admin style is completely gone. I’m using Phusion Passenger, and
it’s basically giving a 404 on all the Admin assets: stylesheets,
images, & javascripts. Does anyone have any first hand knowledge
about what this could be? It does show that the request for the
assets is going through Passenger because it’s showing up in the Rails
log. It is serving the Radiant content correctly though.

On Wed, Aug 20, 2008 at 11:33 PM, Josh S. <
[email protected]> wrote:

I just deployed a fairly clean Radiant instance to a server, and now the

admin style is completely gone. I’m using Phusion Passenger, and it’s
basically giving a 404 on all the Admin assets: stylesheets, images, &
javascripts. Does anyone have any first hand knowledge about what this
could be? It does show that the request for the assets is going through
Passenger because it’s showing up in the Rails log. It is serving the
Radiant content correctly though.

Have you enabled mod_rewrite?


Sincerely,
Bjorn Michelsen

Josh S. wrote:

I just deployed a fairly clean Radiant instance to a server, and now
the admin style is completely gone. I’m using Phusion Passenger, and
it’s basically giving a 404 on all the Admin assets: stylesheets,
images, & javascripts. Does anyone have any first hand knowledge
about what this could be? It does show that the request for the
assets is going through Passenger because it’s showing up in the Rails
log. It is serving the Radiant content correctly though.

Trash the .htaccess file in the public folder.

Thanks everyone, I had read about the mod_rewrite compatibility, so
that was already disabled. The solution was to comment out
the .htaccess file that came with Rails.

Thanks for the suggestions everyone!

Dennis C. wrote:

Trash the .htaccess file in the public folder.

You can also add AllowOverride none to the definition.

Sean