URL link
Added by Rafael Leite almost 5 years ago
I'm installing redmine and create te VirtualHost apache2:
<VirtualHost *:80>
ServerAdmin admin@example.com
Servername redminetest.siteteste.com.br
DocumentRoot /var/www/html/
<Location /redmine>
RailsEnv production
RackBaseURI /redmine
Options -MultiViews
</Location>
</VirtualHost>
I'm acess from http://redminetest.siteteste.com.br/redmine, how to i'm use my url but not use /redmine?
tnk