I'm creating a web page, and have a Linux server, a friend create to me a folder in user document, called www
.
He says that I make the changes in that folder.
He toll me:
I created a symbolic link of www folder in user documents, and appear a sky blue directory.
Today I wanted updated my server www
folder with new files and I delete the www
foIder and copy the new one with the changes, this directory don't have the sky blue color.
When I access to the website the changes don't appear, even the new files not are recognized, how can I recover the www
folder for see the new changes?
Update
/var/www/cgi-bin:
total 0
/var/www/html:
total 44
-rw-r--r-- 1 root root 229 May 15 12:28 400.shtml
-rw-r--r-- 1 root root 207 May 15 12:28 401.shtml
-rw-r--r-- 1 root root 203 May 15 12:28 403.shtml
-rw-r--r-- 1 root root 204 May 15 12:28 404.shtml
-rw-r--r-- 1 root root 216 May 15 12:28 413.shtml
-rw-r--r-- 1 root root 243 May 15 12:28 500.shtml
-rw-r--r-- 1 root root 10404 May 15 12:28 cp_errordocument.shtml
-rw-r--r-- 1 root root 111 May 15 12:28 index.html
drwxr-xr-x 2 root root 4096 Aug 19 13:44 suspended.page
Update2
[myserver2017@blu ~]$ ls -l
total 40
lrwxrwxrwx 1 myserver2017 myserver2017 40 Aug 19 14:20 access-logs -> /etc/apache2/logs/domlogs/myserver2017
drwxr-x--- 3 myserver2017 mail 4096 Aug 19 14:26 etc
drwx------ 2 myserver2017 myserver2017 4096 Aug 21 08:03 logs
drwxr-x--x 10 myserver2017 myserver2017 4096 Aug 19 14:02 mail
drwxrwxr-x 2 myserver2017 myserver2017 4096 Aug 23 11:54 perl5
drwxr-x--- 3 myserver2017 myserver2017 4096 Aug 19 14:02 public_ftp
drwxr-x--- 11 myserver2017 myserver2017 4096 Aug 26 10:24 public_html
drwxrwxr-x 4 myserver2017 myserver2017 4096 Aug 23 13:32 back-www
drwxr-xr-x 5 myserver2017 myserver2017 4096 Aug 26 03:44 ssl
drwxr-xr-x 6 myserver2017 myserver2017 4096 Aug 19 14:36 tmp
drwsr-sr-x 8 myserver2017 myserver2017 4096 Aug 26 10:53 www2
sudo ls -l /var/www/*
– Kris Stadler Aug 26 '17 at 15:11