1 (edited by alij_g 2017-02-10 09:55:38)

Topic: Problems with FTP hosting - Config XML file not found - Blog

I am trying to use a free webspace provide to host my gallery after GoogleDrive has stopped working.

I have uploaded the full gallery using FTP and created the link on my blog as is shown in the setup guides however i get the message 'config XML file not found'

Would appreciate any tips, see links below and attached docs.

Alex

Gallery location : www.littlemanor.info/p/gallery.html
Blog made on Blogger - <div id="cp_widget_44ff9a27-8d65-4e2c-9374-e0a48c91bff0">
<iframe frameborder="0" height="660" scrolling="no" src="ftp://b7_19595176:madagascar14@ftp.byethost7.com:21//htdocs/Little Manor/Galleries/index.html"width="1200"></iframe>
</div>

Post's attachments

config.xml 6.19 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: Problems with FTP hosting - Config XML file not found - Blog

You'll need to use an http:// absolute path (not ftp://) to your gallery's 'index.html' file as the 'src' attribute of your iframe.
Once you've uploaded your gallery folder to your web server, find out the URL that you need to use to view the gallery's 'index.html' page in your browser. This is what you should use for the 'src' attribute of your iframe. If you are not sure what this URL is, your web host should be able to help you out.
It looks like it might be something like http://madagascar14.byethost7.com/Little Manor/Galleries/index.html but this doesn't work. (I don't know what domain and subdomain your account uses but your web host should be able to tell you if you don't know.)

Your iframe should look something like this:

<iframe src="http://www.example.com/Little Manor/Galleries/index.html" width="1200" height="660" frameborder="0" scrolling="no"></iframe>