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????
closed as not programming related by Steven Robbins, Mitch Wheat, Brian Rasmussen, Rowland Shaw, Mark Ingram Apr 1 at 8:16 |
|
|
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. |
||
|
|
|
|
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. |
||
|
|
