make a new php file and include this code; place it in the folder and run this once, then delete the file:
PHP Code:
<?php
if (file_exists('.htaccess.txt')) { echo rename('.htaccess.txt','.htaccess')?'It worked!':'Something went wrong'; }
?>
Really, though, I recommend finding out how to properly use a file manager (though windows makes this annoying) so you don't have to worry about it.
Rather than HIDE extensions, you DO want to show them. You may need to manually rename the file after using notepad, but if you show extensions and remove it (after clicking ok on "do you really want to remove this extension" or whatever warning pops up), you should be ok.
Bookmarks