Project

General

Profile

URL link

Added by Rafael Leite over 4 years ago

I'm installing redmine and create te VirtualHost apache2:

<VirtualHost *:80>

ServerAdmin
Servername redminetest.siteteste.com.br
DocumentRoot /var/www/html/

&lt;Location /redmine&gt;
RailsEnv production
RackBaseURI /redmine
Options -MultiViews
&lt;/Location&gt;

</VirtualHost>

I'm acess from http://redminetest.siteteste.com.br/redmine, how to i'm use my url but not use /redmine?

tnk