All Projects → koninklijke-collective → My_redirects

koninklijke-collective / My_redirects

Licence: gpl-2.0
TYPO3 Extension: Redirects management

Projects that are alternatives of or similar to My redirects

TYPO3CMS-Book-ExtbaseFluid
TYPO3 Documentation: "Developing TYPO3 Extensions with Extbase and Fluid" (Book)
Stars: ✭ 26 (+52.94%)
Mutual labels:  typo3
typo3-gitlab-ci
Gitlab CI configuration for your TYPO3 project.
Stars: ✭ 36 (+111.76%)
Mutual labels:  typo3
Resty
Simple HTTP and REST client library for Go
Stars: ✭ 5,368 (+31476.47%)
Mutual labels:  redirects
t3extblog
A record based blog extension for TYPO3 CMS powered by Extbase / Fluid. Flexible and powerful!
Stars: ✭ 30 (+76.47%)
Mutual labels:  typo3
graphql
TYPO3 CMS package for GraphQL (experimental)
Stars: ✭ 21 (+23.53%)
Mutual labels:  typo3
userscripts
Various userscripts for various sites that do various things.
Stars: ✭ 29 (+70.59%)
Mutual labels:  typo3
typo3v10 example sitepackage
Site package extension for TYPO3 10 feature demonstration
Stars: ✭ 13 (-23.53%)
Mutual labels:  typo3
Typo3.cms
The TYPO3 Core - Enterprise Content Management System. Synchronized read-only mirror of http://git.typo3.org/Packages/TYPO3.CMS.git
Stars: ✭ 761 (+4376.47%)
Mutual labels:  typo3
hm-redirects
Fast and scalable redirects plugin for WordPress
Stars: ✭ 23 (+35.29%)
Mutual labels:  redirects
Bootstrap package
Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
Stars: ✭ 277 (+1529.41%)
Mutual labels:  typo3
WPCOM-Legacy-Redirector
WordPress plugin for handling large volumes of legacy redirects in a scalable manner.
Stars: ✭ 16 (-5.88%)
Mutual labels:  redirects
structured-content
Structured Content Initiative
Stars: ✭ 30 (+76.47%)
Mutual labels:  typo3
typo3-dp cookieconsent
TYPO3 Extension: Enable a cookie consent box. Let you visitors control the usage of cookies and load script or content after a consent. (ePrivacy, TTDSG)
Stars: ✭ 28 (+64.71%)
Mutual labels:  typo3
Skybrud.Umbraco.Redirects
Redirects manager for Umbraco.
Stars: ✭ 31 (+82.35%)
Mutual labels:  redirects
Jekyll Redirect From
🔀 Seamlessly specify multiple redirections URLs for your pages and posts.
Stars: ✭ 630 (+3605.88%)
Mutual labels:  redirects
schema
TYPO3 extension providing an API and view helpers for schema.org markup
Stars: ✭ 19 (+11.76%)
Mutual labels:  typo3
aus driver amazon s3
Provides a TYPO3 FAL driver for the Amazon Web Service S3
Stars: ✭ 15 (-11.76%)
Mutual labels:  typo3
Nexer
Content based network multiplexer or redirector made with love and Go
Stars: ✭ 7 (-58.82%)
Mutual labels:  redirects
Awesome bot
✅ Validate links in awesome projects
Stars: ✭ 697 (+4000%)
Mutual labels:  redirects
Typo3 Console
Console command for TYPO3 CMS
Stars: ✭ 254 (+1394.12%)
Mutual labels:  typo3

TYPO3 Extension: Redirects management

Possible configuration:

<?php
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['my_redirects'] = [
    // Define default root page (fallback is on RealURL configured _DEFAULT rootpage ID
    'defaultRootPageId' => 1,
    // Define HTTP response (defaults on 302)
    'defaultHeaderStatusCode' => \TYPO3\CMS\Core\Utility\HttpUtility::HTTP_STATUS_302,
];
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].