You are not logged in.
![]() |
Source code |
1 2 3 |
_variable_ = '[url]http://xyz.de'[/url] RewriteRule ^(.*).html$ _variable_/test.html [R=301,L] |
Quoted from "Y0Gi"
Wenn es nicht um statische Inhalte geht, kannst du URL-Routing/-Rewriting auch in deiner Applikation definieren.
-