Site logo

Archived topic

Htaccess problem?

3 replies · Started by Chris on August 12, 2018

Viewing posts 1–4 of 4

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

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!

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

This archived topic is closed to new replies.