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: ODS domain enforcer

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2009-10-28T09:52:05
Author:Robert Heel
Email:rheel@1drop.de
Info 3:
Info 4:

img-1 img-2 EXT: ODS domain enforcer

EXT: ODS domain enforcer

Extension Key: ods_domain_enforcer

Copyright 2009, Robert Heel, <rheel@1drop.de>

Onedrop Solutions GmbH & Co. KG

Neugablonzer Str. 1

93073 Neutraubling

www.1drop.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.org

Table of Contents

EXT: ODS domain enforcer 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

`Users manual 4 <#1.2.Users%20manual|outline>`_

`Configuration 5 <#1.3.Configuration|outline>`_

Reference 5

`Known problems 6 <#1.4.Known%20problems|outline>`_

`To-Do list 7 <#1.5.To-Do%20list|outline>`_

`ChangeLog 8 <#1.6.ChangeLog|outline>`_

Introduction

What does it do?

  • Choose between http or https global or per page
  • Switch between different domain names on a page

Users manual

Include static TS template “ODS domain enforce” to your main TS template.

Include the plugin to your page object, e.g.

page.4 < plugin.tx_odsdomainenforce_pi1

You could configure it in the Template tools:

img-3

Or on a single page:

img-4

Protocol

Page Option

Protocol

TS Option

protocol

Domain

Page Option

Domain

TS Option

domain

Please see configuration section for further description of options.

Configuration

Reference

protocol

Property

protocol

Data type

integer

Description

0=No change

1=http

2=https

Default

0

domain

Property

domain

Data type

integer/string

Description

Number of domain record or domain name

Default

((generated))
Example
page.4 < plugin.tx_odsdomainenforce_pi1

plugin.tx_odsdomainenforce_pi1 {
    protocol = 1
    domain = www.example.com
}

Known problems

To-Do list

ChangeLog

See ChangeLog file.

8