ERROR Can't open remote URL!

Problems installing LinkMan?
kontech
Posts: 7
Joined: Wed Aug 27, 2008 7:43 pm

Post by kontech »

hi,
I got it to work. editing php.ini did the job.

Thanks for the tip.

Now, I have another question: is there any way to have links.php file in the root of the website like I already have it here: http://www.kontech.net/resources.html
instead of being in the folder along with other linkman code: http://www.kontech.net/resources/resources.php

TIA
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

HTML pages won't work, it would have to be a PHP page then you could simply move LinkMan code to your root folder.

- OR -

you could for example use htaccess to rewrite (permanently redirect) /page.html to /links/links.php , search the web for "mod rewrite".
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
kontech
Posts: 7
Joined: Wed Aug 27, 2008 7:43 pm

Post by kontech »

It seems that 301 - permanent redirect will be a viable option for me. Thanks
Post Reply