redirect - the Google SEO considerations over using .htaccess rule to ignore top level directory -


i using concrete 5 cms build website , i'd push live.

i have code in directory called /concrete5.5.2.1 , rather updating references in database , moving code on filesystem, i'm considering using .htaccess rule ignore directory.

however, i'm keen know if doing below mean google index /concrete5.5.2.1? or ignored?

rewriteengine on rewriterule ^concrete5.5.2.1/(.+)$ http://www.ayrshireminis.com/$1 [r=301,l] 

google every other user , see urls provide. not aware directory exists.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -