Quote:
Originally Posted by Myster Dude
Having problems with path (I think)inporting from d2 using localhost.
Path i am useing is
J:\xampp\htdocs\public_html\downloads\
J:\xampp\htdocs\public_html\down\
Error i am getting is
Just hoping someone can help please
|
If your downloads folder is located outside your public_html like db recommends then try:
./downloads for the path
If you intend to keep it in public_html then try:
./public_html/downloads
The first one worked for me.
Hope this helps