We would like to create a RewriteRule in Contao
The call "https://www.test.de/jobs/tester" should redirect to the URL "https://www.test.de/jobs?id=tester".
So in my understanding of htaccess the rule should look like this:
RewriteEngine On
RewriteRule ^jobs/([^/]*)$ /jobs?id=$1 [L]
But Contao ignores this RewriteRule completely and always displays an error message. The rule is located after the opening <IfModule mod_rewrite.c>
at the very beginning of the htaccess file.
We use Contao Version 4.4