Jump to content

Recommended Posts

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...