Hello,
i have 2 drupal website, one on 6.x version and the second 7.x version.
i tried to import the content of content type (article) to the new 7 version.
i'm working on vps that uses the last abache and php and the system is CentOS.
every time i try to import it gives me this error:
Download of http://www.3alamtaney.com/exportarticles failed with code 403.
the original xml i want to import is
http://www.3alamtaney.com/exportarticles
the feed importer setup is attached to this post
i'm using Feeds + Feeds XPath Parser.
anything i'm doing wrong, i heard that some other experiences said i need to config apache or server but i don't how ??!!!
Comments
Comment #1
twistor commentedHTTP 403 means "Forbidden", http://en.wikipedia.org/wiki/HTTP_403
That page looks like it's running a batch process, not serving a file directly.
Comment #2
demonrage commentedso how could i solve this ?
Comment #3
twistor commentedI'm hoping you figured this out.