You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When friendly URLs are turned on, all product images requests are returned with 404. Location / is not chosen, instead Location ~* \.(css|js|docx|zip|pptx|swf|txt|jpg|jpeg|png|gif|swf|webp|flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac)$ kicks in, after which the request gets finalized.
*2 http request line: "GET /42-large_default/bark-natural.jpg HTTP/1.1"
*2 http uri: "/42-large_default/bark-natural.jpg"
*2 http exten: "jpg"
*2 test location: "/"
*2 test location: "robots.txt"
*2 test location: "img"
*2 test location: ~ "/(international|_profiler|module|product|feature|attribute|supplier|combination|specific-price|configure)/(.*)$"
*2 test location: ~ "\.(eot|otf|ttf|woff|woff2)$"
*2 test location: ~ "\.(css|js|docx|zip|pptx|swf|txt|jpg|jpeg|png|gif|swf|webp|flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac)$"
*2 using configuration "\.(css|js|docx|zip|pptx|swf|txt|jpg|jpeg|png|gif|swf|webp|flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac)$"
*2 http filename: "/srv/http/w3.prestashop/42-large_default/bark-natural.jpg.gz"
*2 http filename: "/srv/http/w3.prestashop/42-large_default/bark-natural.jpg"
*2 http finalize request: 404, "/42-large_default/bark-natural.jpg?" a:1, c:1
*2 http special response: 404, "/42-large_default/bark-natural.jpg?"
*2 internal redirect: "/index.php?controller=404"
*2 rewrite phase: 1
*2 http script value: "/admin-panel"
*2 http script set $admin_dir
*2 test location: "/"
*2 test location: "robots.txt"
*2 test location: "img"
*2 test location: ~ "/(international|_profiler|module|product|feature|attribute|supplier|combination|specific-price|configure)/(.*)$"
*2 test location: ~ "\.(eot|otf|ttf|woff|woff2)$"
*2 test location: ~ "\.(css|js|docx|zip|pptx|swf|txt|jpg|jpeg|png|gif|swf|webp|flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac)$"
*2 test location: ~ "/\."
*2 test location: ~ "[^/]\.php(/|$)"
*2 using configuration "[^/]\.php(/|$)"
*2 trying to use file: "/index.php" "/srv/http/w3.prestashop/index.php"
*2 try file uri: "/index.php"
*2 http finalize request: -4, "/index.php?controller=404" a:1, c:3
The text was updated successfully, but these errors were encountered:
Every0ne
changed the title
When frienly URLs and images
Frienly URLs and images
Nov 8, 2018
When friendly URLs are turned on, all product images requests are returned with 404.
Location /
is not chosen, insteadLocation ~* \.(css|js|docx|zip|pptx|swf|txt|jpg|jpeg|png|gif|swf|webp|flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac)$
kicks in, after which the request gets finalized.The text was updated successfully, but these errors were encountered: