Hi all,
I am syncing an EE channel to an external XML-feed using DataGrab. All set up and working like it should via manual updating. However, if I run the link and insert the ID of the saved import, nothing happens.
I want to use Cron to update the feed each day, but when I run http://www.domain.local/?ACT=22&id=1 (import having ID = 1), the channel does not get updated. I have removed the index.php from my URL’s and use the following .htaccess:
Options +FollowSymlinks
RewriteEngine on
RewriteCond $1 !^(resources|images|system|themes|usr-uploads|robots\.txt|index\.php) [NC]
RewriteRule ^(.*)$ /index.php?/$1 [L]Any suggestions? Thanks in advance 😊