Redirect issue
-
Hello,
I am having a redirect issue. According to SEO Spider, when you put in natriv.de, it first redirects you to:
https://natriv.de/home
then to
https://natriv.de/home
then to
https://natriv.de/home/I don’t know how to resolve this. When I set the home adress to be only natriv.de it would lead to a redirect loop making me unable to access the website.
This is my htaccess:
<IfModule mod_rewrite.c>
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>`Anyone have an idea?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Redirect issue’ is closed to new replies.