DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

wt_301_redirect

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2008-05-29T14:43:01
Classification:Redirect old simulate static documents to new realurl pages
Author:Alexander Kellner
Email:Alexander.Kellner@einpraegsam.net
Info 3:
Info 4:

wt_301_redirect

Extension Key: wt_301_redirect

Copyright 2005-2008,

Alexander Kellner,

<Alexander.Kellner@einpraegsam.net>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

Table of Contents

wt_301_redirect 1

wt_301_redirect introduction 2

What does it do? 2

Example url 2

What means 301 redirect? Why 301 redirect? 2

How to use 3

Todos 4

Changelog 5

Additional links 6

wt_301_redirect introduction

What does it do?

If you want to change from SimulateStaticDocuments to RealURL and want to use a dynamic 301 redirect (maybe Google like it more??), so use this plugin...

Example url

Redirect http://www.domain.org/312.0.html to new realurl page like http://www.domain.org/page.html via 301

What means 301 redirect? Why 301 redirect?

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".

How to use

  • Import from online repository
  • Create a new page (disabled in the menu)
  • Enter a new page content and use the “301 redirect”
  • Change your .htaccess and add this line:

RewriteRule ([0-9]+).([0-9]+).html$ http://www.yourdomain.com/index. php?id=1131&id_old=$1&type_old=$2&domain=%{HTTP_HOST}&get_old=%{QU ERY_STRING} [R=301,L]

# Change 1131 to the pid of the new page and yourdomain.com to your domain, where the hidden page is reachable

  • That's all...
  • You find a sample htaccess in the folder wt_301_redirect/doc/sample_htaccess.txt

Todos

Do you need a new feature? Maybe we can help you, so just write us!

Changelog

((generated))

wt_301_redirect version 0.2.x alpha
Update to TER on 29.05.2008 version 0.2.2

Added manual again

Update to TER on 10.09.2007 version 0.2.1

Small Bugfix: Further GET variables will be used now: news.html?a33

Update to TER on 24.08.2007 version 0.2.0

Different domains in one TYPO3 installation now supported

wt_301_redirect version 0.1.x alpha
Initial release to TER 20.08.2007 version 0.1.0