Hi in default configuration file of apache i have insert this: Alias /miro "/var/www/tesi/public" <Directory "/var/www/tesi/public"> Options ExecCGI FollowSymLinks AddHandler fcgid-script .fcgi AllowOverride all Order allow,deny Allow from all </Directory> in .htaccess file i have insert: RewriteBase /miro/ if i launch http://localhost/miro it works but the ilnks in the page send to http://localhost/link and not http://localhost/miro/link How i can do to set miro like document root? Thanks -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---