How to redirect 301 for windows server?

Seo - 301 Redirect?

  • I have a online store with about 300 products - I am about to upload my new store in a different part on my server . What is the best way to do the 301 Redirect all my products are ...show more

  • Answer:

    Use mode rewrite on your site so that your URL become search engine friendly.

WCS5R3V4VWCM3PJZO2SINKRMFU at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Go into your webhost and find your .htaccess file. Edit it and "add" the following: RewriteEngine On RewriteCond %{HTTP_HOST} ^yourwebsitedomain123.com RewriteRule (.*) http://www.yourwebsitedomain123.com/%241 [R=301,L] Obviously change the "yourwebsite123" to whatever your site domain name is.

Random Guy

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.