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

Viewing 1 replies (of 1 total)
  • that is a standard wordpress .htaccess
    did you have something else?
    if so, post it here but wordpress doesn’t usually just remove code

Viewing 1 replies (of 1 total)
  • The topic ‘override htaccess’ is closed to new replies.