Greeting,
I am running V1.4 of phpipam.
I have come accross and issue when trying to use a Virtual Host conf file to front end my server access.
My installation has been fine using the default path <serveripaddress phpipam=""> but I have decided to use a Virtual host entry for various reaons.</serveripaddress>
Here is what I have used thus far.
<virtualhost *:80="">
DocumentRoot "/var/www/html/phpipam"
ServerName phpipam.mycompany.com</virtualhost>
DirectoryIndex index.php
<directory var="" www="" "="" html="" phpipam"="">
Options FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
</directory>
The issue is that when this file is active it breaks my login page and the ability to login to phpipam
Meaning the page will not render properly and when I try and login in it keeps failing and telling me to login first.
[IMG]http://i66.tinypic.com/6f1b11.png[/IMG]
Anonymous