Hello sir
I am Install multiple script on multiple sub-domain site.On each Subdomain install separate copy of PT Scripts
One Database and Different Prefix
example.com/laptop
example.com/mobile
........
So How to import feed ? Only need to import on main Site OR different Feed for different subdomain.
Only handle main site admin panel OR handle all subdomain admin panel ??
Hi technoarenasol,
You would need to use the /admin/ area of each individual installation; but what you can do to choose one installation as a "master" installation from which you can use the Automation Tool to set-up jobs to fetch your feeds, and then set-up all other installations to use the feeds folder of the master installation.
Let's say you nominate the /laptops/ installation as your master installation. Go to the Support Info page and look for the Install Path, which might be:
/home/yourusername/example.com/public_html/laptops/
Take that value, and use it as the $config_feedDirectory settings in at line 4 of config.advanced.php for all other installations, with "feeds/" appended to the end, e.g.
$config_feedDirectory = "/home/yourusername/example.com/public_html/laptops/feeds/";
When it comes to setting up your CRON jobs, use cron.php on the master installation (which is equivalent to fetch.php @ALL followed by import.php @ALL) and then for all other installations, only use import.php @ALL (since the fetching will have been done by the "master" installation!)
Hope this helps!
Cheers,
David.
--
PriceTapestry.com