Download the PHP package menatwork/geolocationredirect without Composer
On this page you can find all versions of the php package menatwork/geolocationredirect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download menatwork/geolocationredirect
More information about menatwork/geolocationredirect
Files in menatwork/geolocationredirect
Package geolocationredirect
Short Description Flexible URL-based redirection with setting geo information automatically
License LGPL-3.0+
Homepage http://www.men-at-work.de
Informations about the package geolocationredirect
Geolocation Redirect - English
geolocationRedirect matches an url pattern and redirects to internal or external pages after setting the configured contry information (geolocation). Regular expressions can be used for URL splitting and their results for the redirects.
Settings
System => Settings => Kill Query-String
All GET parameters of the URL in form of "?key=value" will be removed with this option.
Redirect definitions
You can choose between two types of redirects. The redirect type can be chosen under "target type".
- Internal redirect
- External redirect
The first option redirects to an internal page, which can be selected with a pagepicker. The second option is for redirecting to external URL or using placeholders.
Example configuration
Target
Setting | Value |
---|---|
URL | be-(.*) |
Regexp | true |
Redirect settings
Setting | Value |
---|---|
Redirect Url | $1 |
Countries | be |
Result
URL | Redirect target | Country (set with geoprotection) |
---|---|---|
/be-nl/start.html | /nl/start.html | be |
/be-de/start.html | /de/start.html | be |
/be-en/start.html | /en/start.html | be |
Geolocation Redirect - Deutsch
geolocationRedirect wertet URL-Muster aus und leitet auf interne oder externe Seiten weiter und setzt dabei die eingestellten Länderinformationen (Geolocation). Reguläre Ausdrücke können für die URL-Auswertung und die Redirects verwendet werden.
Einstellungen
System => Einstellungen => Kill Query-String
Mit dieser Einstellungen werden alle GET Parameter, die mit "?key=value" an der Url angehängt werden, entfernt.
Definition der Weiterleitungen
Es gibt zwei Arten der Weiterleitungen. Diese können unter Targettyp ausgewählt werden.
- Interne Weiterleitung
- Externe Weiterleitung
Die erste erlaubt es direkt eine Seite auszuwählen. Die zweite Option hingegen erlaubt es externe Seiten aufzurufen, bzw. mit Platzhaltern zu arbeiten.
Beispielkonfiguration
Ziel
Einstellung | Wert |
---|---|
URL | be-(.*) |
Regexp | true |
Weiterleitungseinstellungen
Einstellung | Wert |
---|---|
Weiterleitungs-URL | $1 |
Land | be |
Ergebnis
URL | Weiterleitungsziel | Land (Durch geoprotection konfiguriert) |
---|---|---|
/be-nl/start.html | /nl/start.html | be |
/be-de/start.html | /de/start.html | be |
/be-en/start.html | /en/start.html | be |
All versions of geolocationredirect with dependencies
contao/core Version >=2.11,<4
contao-community-alliance/composer-installer Version *
menatwork/geolocation Version 1.*
menatwork/geoprotection Version 1.*
bit3/contao-domainlink Version 1.5.*