how can i delete index.html
i was adding dir, to my site i had the site like this WWW.TESTMYPAGE.COM and now when i enter testmypage.com i get redirected to TESTMYPAGE/index.html notice there's no WWW. i try to delete the index.html but i can't. how can i delete this. the index.html is at /var/www/html/index.html. i'm confuse can someone tell me whats going on.
how can i delete index.html
this code fail>>> Code:
su
[root pass]
rm /var/www/html/about_me/index.html
rm /var/www/html/contactus/index.html
rmdir /var/www/html/contactus/
rM /var/www/html/index.html
i enter su -
i enter password
i enter rm /var/www/html/about_me/index.html
i got back
rm remove directory '/var/www/html/about_me/index.html/'?
so after this i just click on enter and return to root prompt what did i did wrong