Search found 2 matches

by ITfromScratch
18 Apr 2013, 17:29
Forum: Howtos
Topic: How to get rid of /otrs/ in your URI
Replies: 23
Views: 128455

Re: How to get rid of /otrs/ in your URI

There was not a VirtualHost file for my OTRS installation (Ubuntu Server 12.04) so I created one by somewhat following this article . I used this code to create the file: sudo nano /etc/apache2/sites-available/otrs I put this in the file: <VirtualHost *> ServerName [enter server name] DocumentRoot /...
by ITfromScratch
15 Apr 2013, 17:23
Forum: Help
Topic: Can't login from browser
Replies: 20
Views: 15151

Re: Can't login from browser

I was having a similar problem. I was able to log in initially, but then after doing some tweaks to the config file (I was trying to get LDAP to work), I could no longer log in. I tried changing the password with: sudo ./otrs.SetPassword.pl root@localhost password The response was Done. but I still ...