Web Hosting Talk







View Full Version : PerlDesk Support


Chris Reilly
04-07-2006, 11:33 PM
Hello

I installed PerlDesk directly into the CGI-Bin and images into the images folder in public-html.

By doing this i thought i could view my desk without going to a specific url like www.support.com/cgi-bin/pdesk.cgi

I would like the desk to show at www.support.com

How can one do this?

Thanks

PS. Good work John once again on everything, if you do not have PD - Get it

NotAfraid
04-08-2006, 12:04 AM
how about a simple redirect?

namelayer
04-08-2006, 12:09 AM
Use includes to show on an html/php page.
Old perldesk user here, still love it.

Chris Reilly
04-08-2006, 12:13 AM
Use includes to show on an html/php page.
Old perldesk user here, still love it.

Would i need to do that for every perldesk page?

</lost>

namelayer
04-08-2006, 12:15 AM
Well you could do what NotAfraid said much easier. Create a subdomain like desk.support.com and then redirect to perldesk.

Chris Reilly
04-08-2006, 12:21 AM
Is it possible to make www.name.name.com redirect to www.name.name.com/cgi-bin/pdesk.cgi?