vote up 0 vote down star

Well I want to delete my hompage on my ftp sever but every time i go to put a new index.htm in its place it just bring the old one back from the dead WHY????

flag

closed as not programming related by Steven Robbins, Mitch Wheat, Brian Rasmussen, Rowland Shaw, Mark Ingram Apr 1 at 8:16

2 Answers

vote up 0 vote down

It's possible you have multiple index files index.html, index.htm, index.php, etc.

It's also possible that you've got a .htaccess re-directing or the domain redirecting.

link|flag
vote up 1 vote down

How are you putting the new one up there? It may have permission problems so try a "del index.htm" before your "put index.htm" (assuming you're using a command line FTP client).

Otherwise check with your ISP. They may have some bizarre protection/recovery policy.

Make sure you're replacing the right file as well - put index.htm at the end of your test URL since it might be getting one of the others.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.