Posted by: Alan in Webhosting
Question by Elliott: Is there a way to copy file permissions from one linux webhost account to a separate identical account?
I’m transferring my website from one webhost to another and i’m getting all kinds of file permission errors. Instead of going through every file and folder and match up the permissions, is there a way to copy files/folders AND their permissions from one web (ftp) account to another?
Right now I download the files from my old linux account to my windows local machine (where you lose file permissions), and then upload those permissions back to the new account.
Best answer:
Answer by dave_h4
if you are using a good ftp client, you should be able to chmod at the public_html level. So chmod 755 and it’s fine.
Or – if you are using ssh , do a recursive chmod like this :
$ chmod -R 755 public_html/
Give your answer to this question below!
Tags:
Account,
copy,
File,
From,
identical,
linux,
permissions,
separate,
There,
webhost
No Comments »
Posted by: Alan in Webhosting
Question by 4udr3y: How do I upload a local file to a webhost?
The file has the “.htm” extension, but it starts like this “C://”.
How do I upload it to a webhost like Freewebs.com?
Best answer:
Answer by Colanth
With an FTP program. Try Filezilla.
Add your own answer in the comments!
Tags:
File,
local,
upload,
webhost
2 Comments »
Posted by: Alan in Webhosting
Question by graham: I have just uploaded a html file to my free web space. How do I get it to be displayed automatically with ie?
My html file is not shown when my page link is used in internet explorer, it is shown as a file in my server directory, to display it I have to click on the file, it then opens . Should I be adding something to my html document. Please point me in the right direction.
Best answer:
Answer by pedja
If it is home page, you have to rename it to be INDEX.HTML or HOME.HTML
Know better? Leave your own answer in the comments!
Tags:
automatically,
displayed,
File,
Free,
Html,
Just,
space,
uploaded
1 Comment »
Posted by: Alan in Webhosting
Question by Jaylon Martin: Most of unlimited plan does not allow me to host a file hosting website. is there any others?
i want to build a file hosting we band need a large disk space. Most of unlimited plan does not allow me to host a file hosting website. is there any others?
Best answer:
Answer by skylark
You can be almost certain that no shared hosting provider will let you host a file hosting website on their servers. If you want to do it, you will have to go for dedicated hosting. Check out more about dedicated hosting on the following page.
http://tipsweb.page.tl/Dedicated-Hosting.htm
Good luck!
Add your own answer in the comments!
Tags:
Allow,
File,
host,
Hosting,
Most,
others,
plan,
There,
unlimited,
Website
1 Comment »
Posted by: Alan in Webhosting
Question by india_ujwala_patil: How can i use a information in a data file on a free hosting service where only jawascript and html is allowed
I have a website on a free hosting where only jawascript and html programming is allowed. I want to use data from data file or variables or fields etc. such that different page may be opened with different data as per search
Best answer:
Answer by Marius
You could use Javascript to download a file and use the data to update the page dynamically. This is done using the XmlHttpRequest object, but it’s usually easier to use one of the many javascript libraries that are out there
Examples:
http://developer.yahoo.com/yui/connection/
http://www.jquery.com/Ajax ( http://www-128.ibm.com/developerworks/library/x-ajaxjquery.html )
Know better? Leave your own answer in the comments!
Tags:
Allowed,
Data,
File,
Free,
Hosting,
Html,
Information,
jawascript,
Only,
Service
No Comments »