Rewrite dynamic Magento URL
问题 I have a Magento v1.4.1.1 installation on Nginx web server. I'm trying to rewrite the following dynamic URL: #5028 is the dynamic id passed in the URL $baseUrl/design/index/index/design_id/5028 To: $baseUrl/my/design/5028 I have used the Magento's "URL Rewrite Management" to rewrite static URLs, without a problem. But it seems I cannot use dynamic parameters. I've also tried to do the following on Nginx configuration inside my server{} location rewrite ^/my/designs/([0-9]+)$ /design/index