Page 1 of 1

No FQDN

Posted: Fri Mar 19, 2010 4:36 pm
by tyronenoel
Hi There i am new to hesk but i think its the best system by far, not to complex but feature rich....

now i have a little problem, i have installed hesk for a school intranet and its only visible on the lan and vpn. i have set up dns on our domain controller to point at the intranet server, which is on ubuntu linux, i have set up the system and now get to the admin settings and it asks for a Fqdn

the users have to type http://intranet to get to the intranet and the hest in in the subfolder "helpdesk" so the address would be "http://intranet/helpdesk" but now the problem is that hest doesnt pick it up as a FQDN, any assistance?

Thanks

Posted: Sun Mar 21, 2010 5:36 pm
by Klemen
I see what you mean. To fix the issue you can open file admin_settings_save.php in a plain text editor and change all instances of

Code: Select all

hesk_validateURL
to

Code: Select all

hesk_input
This should do the trick.

Posted: Sun Mar 21, 2010 6:43 pm
by tyronenoel
Thanks so much Klemen :)