Is this for your root domain or an add-on domain? If it's for your root domain, you need to do something like what John said. Be careful though, this will kill any add-on domains you may have. The easiest way to get aroudn that is something like: ln -s ~/radiant/public ~/public_html/site/ and then radiant would be at domain.com/site/
If it's for an add-on domain, you would need to do: ln -s ~/radiant/public ~/public_html/addondomain.com/ Then it's going to be at http://www.addondomain.com/ I've found ASO support can help you with the best way to do it because they will take a look at your account and see how your domains are set up. - BJ On 12/1/06, John W. Long <[EMAIL PROTECTED]> wrote: > Roberto Beto wrote: > > I thought I had done that already. > > > > ln -s ~/radiant/public ~/public_html/your_site_name > > > > I'm guessing you need: > > ln -s ~/radiant/public ~/public_html > > But I could be wrong. I'm not really familiar with A Small Orange. > > -- > John Long > http://wiseheartdesign.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
