[Support request] Htaccess problem?

Home Forums Support [Support request] Htaccess problem?

Home Forums Support Htaccess problem?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #646165
    Chris

    In the htaccess I see 2 times the same. Is that oke? See:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    #646378
    Leo
    Staff
    Customer Support

    Hi there,

    That’s not from GP.

    I would recommend checking with your host or do a bit of Google search.

    I took a quick look at the search results and it seemed normal.

    Hope this helps!

    #646390
    Chris

    Hi Leo,
    This is the htaccess of a whole new WordPress installation. But I wonder why there is 2 times the same code.

    #646391
    Leo
    Staff
    Customer Support

    Then sounds like you need check with WordPress support:
    https://wordpress.org/support/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.