Question regarding 301 redirection

Started by c-gun21000, 09-30-2016, 06:55:59

Previous topic - Next topic

c-gun21000Topic starter

I'm trying to redirect index.html page that is located in folder to only folder so it would be like this:
domain.com/folder-name/index.html ------> domain.com/folder-name/

I have tried it via classic 301 redirect in .htaccess file, but then I get redirect too many times loop error...

Anyone have an idea how to solve this?
SEO services PopArt Studio SEO company
  •  


RH-Calvin

301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently".