Jose,

That Rails ticket is exactly what I was talking about. I tried and it worked very well. The only problem I see if the URL requests collide with some controller/setting of Radiant....if you have a development environment tried there first before deploying.



On 11/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Ruben,

Thanks for your help.

I've changed routes.rb and nothing happens : ( Perhaps I'm not sure of
what I'm doing.

I've also found this ticket http://dev.rubyonrails.org/ticket/5420

It says  to add "ActionController::AbstractRequest.relative_url_root =
'/subdir'" to both routes.rb and environment.rb

Has anybody used this method?

Jose.

> Jose,
>
> I'd fiddle with the lines below (which correspond to lines > 56 in
> routes.rb
> ):
>
>  # Site URLs
>>   map.with_options(:controller => 'site') do |site|
>>     site.homepage          '',                                   :action
>> => 'show_page', :url ="" '/'
>>
>>
>>     site.not_found         'error/404',                          :action
>> => 'not_found'
>>     site.error             'error/500',                          :action
>> => 'error'
>>
>>     # Everything else
>>     site.connect           '*url',                               :action
>> => 'show_page'
>>   end
>>
>
>
> On 11/13/06, Ruben D. Orduz <[EMAIL PROTECTED]> wrote:
>>
>> I think what you describe should be fairly easy to solve with
>> routes.rbhacks . Else your COULD create an url filter in the front
>> controller to add
>> "/myApp/" in front of all incoming URLS. Sorry I can't be more specific
>> at
>> the moment...I'm at work and am supposed to be debugging some 2K lines
>> of
>> .Net code :(
>>
>>
>> On 11/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> >
>> > Ok, let me exaplin this as easily as I can.
>> >
>> > Radiant generates an html page with the following div
>> >
>> > <div id="top_nav">
>> >       <a href="" para la investigación</a>
>> >
>> > What I want to do is to force, in <a href="" "/myapp/"
>> >
>> > So I would get /myapp/recursos/
>> >
>> > and eveything will work fine : )
>> >
>> > Any ideas?
>> >
>> > > Thanks for the reply.
>> > >
>> > > Do you know where exactly do I have to make the changes?
>> > >
>> > > Perhaps   # Site URLs ?
>> > >
>> > > Jose.
>> > >
>> > >
>> > >> The easiest way is to set your DNS to point to your radiant sub
>> dir.
>> > >> Else
>> > >> you could fiddle with the routes.rb file to fit your needs.
>> > >>
>> > >>
>> > >> On 11/13/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:
>> > >>>
>> > >>> Hi,
>> > >>>
>> > >>> I've managed to set two radiant sites using apache 1.3 and fcgi.
>> Now
>> > I
>> > >>> can
>> > >>> access them site at http://www.mydomain.org/radiant1 and
>> > >>> http://www.mydomain.org/radiant2
>> > >>>
>> > >>> However, I can't navigate the sites because all the links are
>> > generated
>> > >>> using the default path /
>> > >>>
>> > >>> So if I click the News section for example, the site refers me to
>> > >>> http://www.mydomain.org/news instead of
>> > >>> http://www.mydomain.org/radiant1/news.
>> > >>>
>> > >>> Where do I set the default url path for each of my radiant sites?
>> > >>>
>> > >>> Jose.
>> > >>> _______________________________________________
>> > >>> Radiant mailing list
>> > >>> Post:   Radiant@lists.radiantcms.org
>> > >>> Search: http://radiantcms.org/mailing-list/search/
>> > >>> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>> > >>>
>> > >> _______________________________________________
>> > >> Radiant mailing list
>> > >> Post:   Radiant@lists.radiantcms.org
>> > >> Search: http://radiantcms.org/mailing-list/search/
>> > >> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>> > >
>> > > _______________________________________________
>> > > Radiant mailing list
>> > > Post:   Radiant@lists.radiantcms.org
>> > > Search: http://radiantcms.org/mailing-list/search/
>> > > Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>> > >
>> >
>> > _______________________________________________
>> > Radiant mailing list
>> > Post:   Radiant@lists.radiantcms.org
>> > Search: http://radiantcms.org/mailing-list/search/
>> > Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>> >
>>
>>
> _______________________________________________
> Radiant mailing list
> Post:   Radiant@lists.radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

_______________________________________________
Radiant mailing list
Post:   Radiant@lists.radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to