Gustav Paul wrote:
> The .htaccess file in your public directory has the following lines 
> which
> you should uncomment / modify as required:
> 
> # If your Rails application is accessed via an Alias directive,
> # then you MUST also set the RewriteBase in this htaccess file.
> #
> # Example:
> #   Alias /myrailsapp /path/to/myrailsapp/public
> #   RewriteBase /myrailsapp
> 
> I hope that helps!
> 
> Regards,
> Gustav Paul
> 
> On Tue, Jul 21, 2009 at 6:56 AM, Bill McGuire <
Gustav...thanks for the quick reply. I ended up using the following 
command in .htaccess which seems to be working:

RedirectPermanent /myrailsapp /path/to/myrailsapp/public

For some reason 'Alias' didn't work for me.
thanks...Bill
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to