Skip to content

Instantly share code, notes, and snippets.

@benjaminrau
Last active December 19, 2015 09:39
Show Gist options
  • Save benjaminrau/5934175 to your computer and use it in GitHub Desktop.
Save benjaminrau/5934175 to your computer and use it in GitHub Desktop.
Rewrite old plugin urls to new ones in typo3
RewriteCond %{REQUEST_URI} ^/tonstudio/sprecher_liste\.html
RewriteCond %{QUERY_STRING} ^tx_speakerdb_pi1\[showUid\]=([0-9]+)
RewriteRule ^(.*)$ http://www.domain.com/tonstudio/sprecher-liste.html?tx_speakerdb2_speakers[speaker]=%1&tx_speakerdb2_speakers[action]=show [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment