[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] HELP



Correction on your post below

its ls -a and not ls -l

-l                         use a long listing format
-a, --all                  do not hide entries starting with .

Always helps to use the flag --help to list all flags available

ls -help

I would use ls -la

Regards, Benjamin

> I've just uploaded an .htaccess file because I'm trying to get an e404
page up. After uploading the file it seemed to dissapear so I
> cant delete it. Its made my website unavailable which now displays server
misconfiguration

Are you trying to delete the file by FTP? In that case, your FTP client
might be hiding it from view regarding it as a 'system file'. Reconfigure
your client, or delete the file by telnet/ssh (use ls -l to see the file).

Best,
Per