- 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.