Hi, is feasible make URL rewriting via new patterns feature in httpd daemon?
I need rewrite to a PHP front controller. My nginx rule is: location /
{ try_files $uri $uri/ /index.php?$args; }

Reply via email to