Forums

override htaccess (2 posts)

  1. stereosushi
    Member
    Posted 3 years ago #

    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.

  2. Samuel B
    moderator
    Posted 3 years ago #

    that is a standard wordpress .htaccess
    did you have something else?
    if so, post it here but wordpress doesn't usually just remove code

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.