I just reread your question...
It sounds like you have already created httpdocs.tgz.
If you copy that file into the web folder and unzip it you will have a httpdocs folder inside of the web folder.
Something like
/var/www/web1/web/httpdocs
Go to the httpdocs folder and do the following to move the contents to the web folder:
Then you can delete the httpdocs folder
----------------------------------------------
If you have already extracted httpdocs inside web1 and not web then you have to do something a little different. Here are 2 ways to do it:
1) You could simply delete the web folder and rename the httpdocs folder to web.
OR
2) Go to the httpdocs folder and type the following:
Code:
mv * /var/www/web1/web
Be sure to change "web1" above to whatever is correct for your situation.
Recent comments
1 day 8 hours ago
1 day 8 hours ago
1 day 13 hours ago
1 day 19 hours ago
1 day 20 hours ago
1 day 21 hours ago
2 days 2 hours ago
2 days 8 hours ago
2 days 12 hours ago
2 days 14 hours ago