Byron Posted March 1, 2010 Posted March 1, 2010 You can try renameing the file and then deleting it or try making a php file called unlink.php in the same directory and code it like this: <?php unlink("problem_file.html"); ?> Then click onto the unlink.php and see if that works. Another solution is to move all files out of that directory except the problem file and then delete the directory. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.