root htaccess rewrite

I've just completed an install of PHPlist, My very last step after configuring, adding users and getting everything ready was to set up an .htaccess redirect to go directly to the subscribe page
- but my root .htaccess file is now locked and all the code I had entered in it (for a gallery mod) has been replaced with phplist code. I can't remove the lock, upload a new file or change the file in any way. this is the contents now:
is there a way I can get my root htaccess back? it's really critical and seems very odd that it locked the file.
- but my root .htaccess file is now locked and all the code I had entered in it (for a gallery mod) has been replaced with phplist code. I can't remove the lock, upload a new file or change the file in any way. this is the contents now:
- Code: Select all
DirectoryIndex index.php
<FilesMatch>
Order allow,deny
deny from all
</FilesMatch>
<FilesMatch>
Order allow,deny
allow from all
</FilesMatch>
php_flag magic_quotes_gpc on
is there a way I can get my root htaccess back? it's really critical and seems very odd that it locked the file.