Download the PHP package qc/qc-redirects without Composer

On this page you can find all versions of the php package qc/qc-redirects. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package qc-redirects

Qc Redirects

La version française de la documentation suit le texte anglais

About

This extension adds features to the TYPO3 Core Redirects module.

How to export the redirects list

You can export the liste of available redirects by clicking on the export button in the extension module, you can modify the csv file parameters by the TSconfig configuration :

    mod{
        qcRedirects{
            csvExport {
                // Database column name that will be used to sort the records in the csv file
                orderBy = createdon
                // Order Type ASC or DESC
                orderType = DESC
                // Csv parameters
                separator = ;
                enclosure = "
                escape = \\
            }
        }
    }

How to import a redirect list

The best way to import lots of redirects is by using a CSV or an Excel file, in which you define the values of the fields to be entered. The extension offers the option to choose the separation character. The required fields are:

source_path, target, is_regexp

The field "is_regexp" takes two possible values: 'true' or 'false'.

The field « target » can contain a page uid.

You can include others optional fields by specifying them in the 'Advanced field names', then you can import them easily in the import section, example:

In the 'Additional field names' you specify the optional fields by order and separated by comma:

title, disabled, keep_query_parameters

Then in the Import section:

/example;12345;false;MyTitleExample;true;false

Note : the optional fields can be empty, for example:

/example;12345;false;;;

Note 2 : There are fields that accept only 'true' or 'false' value, check the Redirect TCA configuration of the Core extension for more information.

Note 3 : The « source_host » field has the value ' * ' by default.

Files example

In the /Documentation/ folder you will find 2 files: One in CSV format and the other in XLS (Excel) format.


[Version française]

Documentation QC Redirects

À propos

Cette extension ajoute des fonctionnalités au module TYPO3 Redirects.

Exporter la liste des redirections

Vous pouvez exporter la liste des redirections en cliquant sur le bouton exporter dans le module de l'extension, vous pouvez modifier les paramètres du fichier csv par la configuration TSconfig :

    mod{
        qcRedirects{
            csvExport {
                // Nom de colonne dans la base de données qui sera utilisé pour trier les enregistrements dans le fichier csv
                orderBy = createdon
                // Type d'ordre ASC or DESC
                orderType = DESC
                // Les paramètres CSV
                separator = ;
                enclosure = "
                escape = \\
            }
        }
    }

Importer une liste de redirections

La meilleure façon d’importer les redirections est d’utiliser un fichier CSV ou Excel, selon un ordre à respecter.
L’extension offre la possibilité de choisir le caractère de séparation.

Les champs obligatoires à importer sont les suivants :

source_path, target, is_regexp

Le champ "is_regexp" peut prendre uniquement les valeurs 'true' ou 'false'.

Le champ « target » peut prendre un uid de page.

Vous pouvez importer les autres champs optionnels en les spécifiant dans le champ 'Noms des champs supplémentaires', puis on peut les ajouter dans le champ d'importation, exemple :

Dans le champ 'Noms des champs supplémentaires' on ajoute par ordre les champs optionnels à importer:

title, disabled, keep_query_parameters

Après dans le champ d'importation on peut ajouter aux champs obligatoires:

/example;12345;false;MyTitleExample;true;false

Note : les champs optionnels peuvent être vides :

/example;12345;false;;;;

Note 2 : Certain champs acceptent seulement des valeurs 'true' ou 'false'. Vérifiez la configuration TCA de l'extension Redirects pour plus d'information.

Note 3 : Le champ « source_host » prend la valeur ' * ' par défaut.

Fichiers d'exemples

Dans le dossier /Documentation/ , vous y trouverez 2 fichiers: Un au format CSV, l'autre au format XLS (Excel).


All versions of qc-redirects with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8
typo3/cms-core Version ^12.4
typo3/cms-backend Version ^12.4
typo3/cms-fluid Version ^12.4
typo3/cms-redirects Version ^12.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package qc/qc-redirects contains the following files

Loading the files please wait ....