Hi guys,
I have a RewriteRule that I though was working well but I have discivered many 404's being thrown up whenever the filename contains a full stop in the name.
The current code is as follows
RewriteRule ^Libraries/Emulation/NES/(([^/]+/)*)([^/.]+\.(html?|zip))$
Its purpose is to capture any request for an html or zip file for however many folders deep. It does work until it encounters a filename that has a full stop in it.
Can anyone suggest where I have went wrong?