You are here:  » logging out issue / base href or installa path issue?


logging out issue / base href or installa path issue?

Submitted by magnaromagna on Thu, 2020-12-31 11:27 in

Hi!

A quick question: I set up core pricetapestry on website/pt folder, and using wordpress in main folder, but when I use some functions on website/pt/admin I'm always redirected out to website/ , and cannot complete - for example - Feed Slow Import

Base HREF and Install Path are ok (they point to ../pt/

How can I fix this?

Thank you again!

Submitted by support on Thu, 2020-12-31 13:37

Hi,

It sounds like just $config_baseHREF (/pt/config.php line 6) maybe wrong - it should be:

  $config_baseHREF = "/pt/";

Cheers,
David.
--
PriceTapestry.com

Submitted by magnaromagna on Thu, 2020-12-31 18:20

Work now, thank you.