Hello, i have some problems about my htaccess file
I have wordpress in the root and my htaccess file is in the root (as usual). I have mod_rewrite, mod_header values on htaccess. But today i looked at my htaccess and i saw just
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I ask godaddy (my blog hosts there) and they said no we dont remove lines of your code, so im blaming wp and i dont know how to fix this problem.