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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now