imagecache
imagecache copied to clipboard
with extension => resource not found
I I try to access an image with it's extension I get 'The requested resource /storage/uploads/original/4/female.png was not found on this server.'

When I remove the extension .png on the image and the route, the image can be loaded.
I believe there's a problem with the dot notation (dot extension). Should I change .htaccess or so to allow dots in my route?
In case someone else stumbles upon this problem: the built-in php webserver has its issues with routing requests to the ImageCacheController if the route contains a dot, however e.g. the laravel development server works just fine