imagecache icon indicating copy to clipboard operation
imagecache copied to clipboard

with extension => resource not found

Open bakgat opened this issue 10 years ago • 1 comments

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.' schermafbeelding 2015-10-14 om 14 24 21

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?

bakgat avatar Oct 14 '15 12:10 bakgat

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

fr0tt avatar Apr 16 '20 23:04 fr0tt