Page 7 of 7

Posted: Wed Sep 03, 2008 9:58 pm
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

Posted: Thu Sep 04, 2008 5:56 pm
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".

Posted: Thu Sep 04, 2008 7:00 pm
by kontech
It seems that 301 - permanent redirect will be a viable option for me. Thanks