.htaccess - Redirect 301 from /store to / -



.htaccess - Redirect 301 from /store to / -

my store 1 time named domain.com/store it's domain.com

but google links dead due this, how can prepare this? can create rewrite how old domain.com/store/category/item.html redirected domain.com/category/item.html ?

redirect 301 /store/ http://www.domain.com/

adding .htaccess solved problem

.htaccess redirect

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -