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.

EXT: aliasmultiply_404handling

Author:Raphael Heilmann
Created:2008-03-31T14:00:56
Changed by:Raphael Heilmann
Changed:2008-03-31T14:12:21
Email:raphael@uni-hohenheim.de

EXT: aliasmultiply_404handling

Extension Key: aliasmultiply_404handling

Copyright 2008, Raphael Heilmann, Universität Hohenheim, <raphael@uni- hohenheim.de>

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

EXT: aliasmultiply_404handling 1

Introduction 1

What does it do? 1

Screenshots 1

Installation 2

Redirecting to subdomains in multi-domain environment 2

Administration 2

Introduction

What does it do?

The extension lets you define error pages within the sys_domain records, to which visitors will be redirected, if a page could not be found (HTTP error 404). It also will try to redirect to “[alias].html”, when no .html was found in request URI, making call of page aliases with and without .html suffix possible.

If you have a multi-subdomain environment depending all on the same domain, it can also redirect domain.com/[subdomain].html to [subdomain].domain.com.

This extension depends on Alias Multiply (aliasmultiply) and replaces the extension error_404_handling from Boris Nicolai, from which many of the parts of the extension are taken. Thanks for that.The original extension would conflict with Alias Multiply. Also many changes were made to improve functionality of error handling within a multi-domain environment.

Screenshots

img-1

Installation

  1. Download the extension
  2. Import and install it
  3. Configuration (also see Screenshots)

Redirecting to subdomains in multi-domain environment

img-2

To use this feature you have to enable it in configuration and set the siteDomain and “suffix” in Alias Multiply Configuration (Extension Manager: aliasmultiply). These central defined values will be used also by the aliasmultiply_404handling extension then.

img-3

Administration

To set error pages for a domain, please see the following scheme by Boris Nicolai, author of the original error_404_handling extension:

img-4

img-5 EXT: aliasmultiply_404handling - 2