You are here:  » Admin Page links


Admin Page links

Submitted by ChrisNBC on Thu, 2014-01-16 13:44 in

Hi David,

Hope all is going well

I wonder if you could help me ....as you know I have migrated the site I've been working on from my test server to live environment. It's all gone pretty much ok except for one final glitch that I have been puzzling over...In summary, in the admin pages of the site all the links work except for the Admin Home link and the Site Home link. When I hover over the Site Home link on the admin panel it I can see it points to www.mydomain/admin/index.php and when I hover over the Admin Home link it point to a location www.mydomain/admin/admin.

The PT folder is the root. The $config_baseHREF is set as below.

$config_baseHREF = "";.

I have not altered anything in the Admin folder and wondered if you might be able to suggest what might be causing the above. I have tried ever variation of baseHREF I can think of but without any success.

Thanks in advance.

Regards
Chris

Submitted by support on Thu, 2014-01-16 16:11

Hi Chris,

For a top level installation the base HREF needs to be "/" - have a go with:

  $config_baseHREF = "/";.

(that should also fix the slow import tool problem you mentioned in your follow up)

Cheers,
David.
--
PriceTapestry.com

Submitted by ChrisNBC on Fri, 2014-01-17 11:25

Thanks David, thats sorted it!

Regards
Chris