The offending URLs are:
- (Doesn't work) http://alltheragefaces.com/face/surprised-wut/
- (Works) http://alltheragefaces.com/face/surprised-wut
The .htaccess rule I have for these types of URLs looks like:
RewriteRule ^face/(.*)$ face.php?term=$1
What can I do to make both of these URLs to go to the same page?