Symfony: email address as request parameter
问题 I'm having some issues with passing an email address in a url to a symfony app. The url looks like example.com/unsubscribe/email/me@example.com It will always result in a sfError404Exception , except when the period is removed. After doing some googling around, the only solution I've yet seen is that htaccess is bypassing the url because of the period present. However, when I add the suggested fix to htaccess, like so: # we skip all files with .something RewriteCond %{REQUEST_URI} \..+$