Redirects

How can i sort this out?
image

There could be a lot of reasons.
Start by providing your domain.
What were you doing before seeing this message

http://corrugatedartworks.ga
this is the website
@KangJL

It seems to me that you have a .htaccess file that is not working well

if I look for example this

your code delete this last slash (after domain name - host)

and you get this http://corrugatedartworks.gaindex2.html

image

and then even worse adds it to the end and treats it as a directory instead of a file

but the loop probably wipes it again (when for example only the domain is visited)
so the code added it again at the end /
and so you have an infinite loop (redirect error)
add / delete / add / delete / etc…

Check your .htaccess code or settings

5 Likes

You still have not answered the other question

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.