ultramel1987
Well-Known Member
- Joined
- Dec 31, 2010
- Messages
- 193
- Reaction score
- 0
Hi
My htaccess file on my wordpress site (in the Cpanel), is supposed to look like this:
however, it keeps changing itself to:
and sometimes it even just has this:
I have not installed any new plugins which could be causing this, I have not even logged into the site, and it changes it, please can someone point me in the right direction to preventing this from happening, as each time that file changes, my site crashes.
thank you so much
My htaccess file on my wordpress site (in the Cpanel), is supposed to look like this:
Code:
<Limit GET POST>
order deny,allow
# BEGIN WordPress
# END WordPress
</LIMIT>
however, it keeps changing itself to:
Code:
<Limit GET POST>
order deny,allow
# BEGIN WordPress
# END WordPress
>
and sometimes it even just has this:
Code:
# BEGIN WordPress
# END WordPress
I have not installed any new plugins which could be causing this, I have not even logged into the site, and it changes it, please can someone point me in the right direction to preventing this from happening, as each time that file changes, my site crashes.
thank you so much