Displaying 2 results from an estimated 2 matches for "redirectcontrol".
Did you mean:
directcontrol
2006 Jun 07
0
theme stylesheets not being found by typo trunk
...:controller => ''theme'', :action => ''stylesheets''
but it looks like the theme controller is never called. I get a 404 in
my browser, the logger message I put in the stylesheet method in the
theme_controller never gets logged, and the log says:
Processing RedirectController#redirect (for 64.138.9.194 at 2006-06-07
14:39:30) [GET]
Session ID: f59c658c2e885da754aa2f50e2dcea3a
Parameters: {"from"=>["stylesheets", "theme", "azure.css"],
"action"=>"redirect", "controller"=>"redirect&...
2006 Apr 06
3
Apache as proxy for webrick
...server.com:3000
ProxyPassReverse /appname http://server.com:3000
ProxyPreserveHost On
</IfModule>
</code>
If you go to http://server.com/appname everything seem to work fine,
however when the app needs to redirect it strips the appname out of the
path. e.g. http://server.com/redirectcontroller/redirectaction
Apache gets all confused because it can''t find the file and returns a
404 error.
Does anyone know how to stop the /appname from being removed from the
URL?
Thanks
Tom
--
Posted via http://www.ruby-forum.com/.