Just noticed that the <BASE HREF="http://mydomain.com/cgi-bin/links/"> <--wrong>
Instead of <BASE HREF="http://mydomain.com/links/"> <--correct>
Where could I change it?
I'm getting a wrong URL in the header of the search pages.
They come out showing http://mydomain/cgi-bin/links, etc. i.e. always with /cgi-bin/ (but only on the header of the search pages. All others show fine.
I don't know what could be causing the problem...lack of sleep? I've rechecked the links.cfg,
but can't find any problem.
My search templates have:
<map name="tabs"><area shape="rect" coords="0, 0, 80, 32" href="<%build_root_url%>"><area shape="rect" coords="200, 15, 273, 32" href="index.htm"><area shape="rect" coords="276, 15, 348, 32" href=""><area shape="rect" coords="349, 15, 432, 32" href="games.htm">
Here is my links.cfg
$build_root_url='http://mydomain.com/links';
$build_root_path='/usr/local/etc/httpd/htdocs/links';
$db_script_path='/www/cgi-bin/links/admin';
$imagesurl='http://mydomain.com/links/images';
$db_cgi_url='http://mydomain.com/cgi-bin/links';
$db_dir_url='http://mydomain.com/cgi-bin/links/admin';
# PATH and URL of What's New page. No Trailing slash.
$build_new_path = "$build_root_path/New";
$build_new_url = "$build_root_url/New";
# PATH and URL of What's Cool page. No Trailing slash.
$build_cool_path = "$build_root_path/Cool";
$build_cool_url = "$build_root_url/Cool";
# PATH and URL of What's Cool page. No Trailing slash.
$build_top_path = "$build_root_path/Top";
$build_top_url = "$build_root_url/Top";
# PATH and URL of What's Rating page. No Trailing slash.
$build_ratings_path = "$build_root_path/Ratings";
$build_ratings_url = "$build_root_url/Ratings";
Instead of <BASE HREF="http://mydomain.com/links/"> <--correct>
Where could I change it?
I'm getting a wrong URL in the header of the search pages.
They come out showing http://mydomain/cgi-bin/links, etc. i.e. always with /cgi-bin/ (but only on the header of the search pages. All others show fine.
I don't know what could be causing the problem...lack of sleep? I've rechecked the links.cfg,
but can't find any problem.
My search templates have:
<map name="tabs"><area shape="rect" coords="0, 0, 80, 32" href="<%build_root_url%>"><area shape="rect" coords="200, 15, 273, 32" href="index.htm"><area shape="rect" coords="276, 15, 348, 32" href=""><area shape="rect" coords="349, 15, 432, 32" href="games.htm">
Here is my links.cfg
$build_root_url='http://mydomain.com/links';
$build_root_path='/usr/local/etc/httpd/htdocs/links';
$db_script_path='/www/cgi-bin/links/admin';
$imagesurl='http://mydomain.com/links/images';
$db_cgi_url='http://mydomain.com/cgi-bin/links';
$db_dir_url='http://mydomain.com/cgi-bin/links/admin';
# PATH and URL of What's New page. No Trailing slash.
$build_new_path = "$build_root_path/New";
$build_new_url = "$build_root_url/New";
# PATH and URL of What's Cool page. No Trailing slash.
$build_cool_path = "$build_root_path/Cool";
$build_cool_url = "$build_root_url/Cool";
# PATH and URL of What's Cool page. No Trailing slash.
$build_top_path = "$build_root_path/Top";
$build_top_url = "$build_root_url/Top";
# PATH and URL of What's Rating page. No Trailing slash.
$build_ratings_path = "$build_root_path/Ratings";
$build_ratings_url = "$build_root_url/Ratings";

