Name: Non-SEF to SEF (NSTS)
Version: 5.1.0.1-PRO (Joomla! 5) / 4.2.1.1-PRO (Joomla! 4)
Typ: Plugin
Lizenz: GPLv3
Beschreibung: Non-SEF to SEF leitet Nicht-SEF-URLs (dynamische URLs) zu SEF-URLs um.
Download: NSTS - Non-SEF to SEF Downloads
Direkte Aufrufe über Nicht-SEF-URLs (über GET-Parameter) unterbinden
Plugin: NSTS - Non-SEF to SEF
Funktion: Dieses Plugin ermöglicht die automatische Umleitung auf SEF-URLs.
Sprachen: Deutsch und Englisch
Dieses Plugin leitet Nicht-SEF-Aufrufe (dynamische URLs) nach SEF-URLs um. Dabei muss die SEF (Search Engine Friendly) Option in den globalen Einstellungen aktiviert sein. Ist diese Option aktiviert, können die einzelnen Seiten trotzdem über die nicht optimierten URLs (mittels bestimmten Parametern) aufgerufen werden. Sobald das Plugin einen solchen Aufruf registriert, leitete es automatisch auf die optimierte URL um.
In vielen Fällen ist ein Aufruf über Nicht-SEF-URLs unerwünscht. Hat zum Beispiel eine Suchmaschine die dynamischen URLs gecrawlt, dann werden die unerwünschten URLs in den Suchergebnissen angezeigt. NSTS leitet solche Aufrufe von dynamischen URLs mit dem Status 301 Permanently Moved um, was bei einem erneuten Besuch durch den Suchmaschinenbot zu einer Aktualisierung der indexierten URL-Daten führt.
Die SEF-URL wird über die Joomla!-internen Funktionen ermittelt. Ist ein Menüpunkt gesetzt, wird auf diesen umgeleitet. Ist kein Menüpunkt vorhanden, dann wird die URL über die Routerfunktion der jeweiligen Komponente gebildet.
Features
- Umleitung von Nicht-SEF-URLs auf SEF-URLs
- Unterbindet ungewollte Aufrufe über GET-Parameter
- Umleitung mit Status 301 Permanently Moved
- Umleitung von URLs in Großbuchstaben auf URLs in Kleinbuchstaben
- SEF-URLs werden mit der Joomla!-API erzeugt
- Einzelne Komponenten können ausgeschlossen werden
- Sprachen: Deutsch und Englisch
Installation
Das Plugin übers Backend installieren und unter "Erweiterung" - "Plugins" - "System - Non-SEF to SEF" konfigurieren und freischalten.
Beispiel für Umleitung:
Aufruf eines Artikels ohne SEF:
/index.php?option=com_content&view=article&id=42&catid=1
Automatische Weiterleitung mit Verlinkung im Menü:
/sinn_des_lebens
Automatische Weiterleitung ohne Menülink:
/component/content/article/1-category/42-sinn-des-lebens
Das Plugin erzeugt eigenständig keine SEF-URLs, sondern nutzt die internen Joomla!-Funktionen zur Bildung einer geeigneten SEF-URL!
Changelog
Letzte Aktualisierung
Version 4.2.1.1-PRO - 2024-10-28
- # Added exclusion for the Ajax component for the Redirect uppercase URLs feature.
Version 5.1.0.1-PRO - 2024-10-28
- # Added exclusion for the Ajax component for the Redirect uppercase URLs feature.
Version 5.1.0.0-PRO - 2024-06-16
- + Subscriber Interface: The plugin has been rewritten to utilise the subscriber interface, enhancing its integration and performance capabilities.
- + Improved Pro Security Token validation check. The Pro package contains a token file with an individual security token linked to the user account that is checked against the validation server for authenticity. If the file is missing or the token is invalid, you cannot edit the settings and use the extension. The Pro Security Token field has been extended to handle incorrect tokens and blocked accounts. If you encounter an error message related to the token, download the Pro version with your Pro subscription from the linked download page and install it again!
- Attention: The Pro extension will not work correctly if the token file or custom field is missing or modified. Never edit or remove the files to ensure correct functionality.
Version 5.0.0.0-PRO - 2023-12-05
- + First Pro release for Joomla! 5.x based on NSTS Pro version 4.2.0.0-PRO
- + The plugin "Behaviour - Backward Compatibility" is not required. The extension only uses supported classes in Joomla! 5.
Version 4.2.1.1-PRO - 2024-10-28
- # Added exclusion for the Ajax component for the Redirect uppercase URLs feature.
Version 4.2.1.0-PRO - 2024-07-30
- Increased technical requirements for Joomla! 4: Increasing Technical Requirements 2024 - Core & PHP for Joomla! 4 Pro Extensions.
- ^ Updated the installation script to enable the uninstall process in higher core versions.
Version 4.2.0.1-PRO - 2023-12-13
- # Fixed the deprecation issue "Passing null to parameter #2 ($string) of type string"
Version 4.2.0.0-PRO - 2023-10-12
- + Improved Installation Script: Updated the installation script to check for the highest compatible version of Joomla automatically! This feature aims to prevent issues that may arise from using incompatible core versions, thereby ensuring a smoother installation process.
Version 4.1.0.0-PRO - 2023-01-31
- Increased technical requirements for Joomla! 4: Increasing Technical Requirements - Core & PHP for Joomla! 4 Pro Extensions.
- + Added Exclude GET parameters option. This option allows you to disable the uppercase redirection with specific GET parameters. Thanks to Thomas G. for requesting this feature!
Version 4.0.1.1-PRO - 2022-12-20
- # Added special treatment for the parameter "Itemid" in the URL uppercase check.
Version 4.0.1.0-PRO - 2022-11-30
- + Added Redirect uppercase URLs option. With this option, the plugin redirects requests from uppercase URLs to lowercase URLs.
- + Added Pro Security Token validation check. The Pro package contains a token file with an individual security token linked to the user account and checked against the validation server for authenticity.
- ^ Multiple internal code optimisations.
Version 4.0.0.0-PRO - 2021-12-05
- + First Pro release for Joomla! 4.x based on NSTS Free version 3.1.2
Version 3.1.2 - 2016-06-30
- ^ Redirect HTTP Status Code 301 instead of default value 303
- ^ Improved redirect handling - Using Item ID to create correct URLs using the alias from the menu
- ^ Updated Custom Field
Version 3.1.1 - 2016-04-09
- ^ Changed Execution Trigger - From onAfterInitialise to onAfterDispatch to avoid problems with third party SEF extensions
- ^ Updated Custom Field
Version 3.1.0 - 2015-08-01
- + Donation Code Validation Process - Improved the validation process with a new server (HTTPS request) plus an independent, separated fallback server (HTTP request).
https://check.kubik-rubik.de/
http://check.kubik-rubik.eu/
https://downloads.kubik-rubik.de/
Version 3-3 - 2015-02-17
- ^ Only valid menu entries - Only valid menu entries are redirected (which means pages with valid ItemIDs), all other requests throw a 404 Page Not Found error.
- + Update Server - Added the Joomla! core functionality for the update checks
- ^ Updated Donation Code field - Uses the HTTP API for the requests and calls the check script via HTTPS
- ^ Links in the language files - Updated outdated links to the JED (Joomla! Extensions Directory)
- ! Removed Version Check field
3-2 - 2013-11-10
- + JDocumentHTML check - only manipulate HTML document requests to avoid errors in other document types such as JSON or XML - thanks to Roger Perren for reporting this issue
- ^ Updated custom fields
Version 3-1 - 2013-10-20
+ First public release for Joomla! 3.x
2.5-2 - 2013-11-10
- + JDocumentHTML check - only manipulate HTML document requests to avoid errors in other document types such as JSON or XML - thanks to Roger Perren for reporting this issue
- ^ Updated custom fields
Version 2.5-1 - 2013-10-19
+ First public release for Joomla! 2.5
Download
Übersicht über alle Downloads zu dieser Erweiterung: NSTS - Non-SEF to SEF Downloads