html.
2. For more information about the .htaccess file??™s capabilities, consult http://httpd.apache.org/
docs/1.3/howto/htaccess.html.
new location. A 302 Found redirect is very similar. Just leave out the ???301??? from the string
and the redirect is treated as temporary:
Redirect /old/page.html /new/page/is/here.html
Adding multiple redirects is a no-brainer; simply add an additional line for each one.
Here??™s an example:
Redirect 301 /old/page.html /new/page/is/here.html
Redirect 301 /previous/spot.html /fresh/digs/here.html
Redirect 301 /please/avoid/linkrot.html /by/using/redirects.html
Redirect /old-root-page.html /temporary-root-page.html
Some servers use Microsoft IIS, which handles redirects differently than Apache. Instead of
editing an .htaccess file, developers must open the administrative section and follow
these simple steps:
1. In Internet Services Manager, right click the file or folder you wish to redirect from.
2. Select the A redirection to a URL radio button.
3. Enter the new destination location.
4. Check The exact URL entered above and A permanent redirection for this resource.
5. Click Apply.
For those who do not have access to .
Pages:
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480