Hello,
I have this problem
PS version 1.7.8.3
localhost + docker
I had 404 error and when I upload this information on my htaccess :
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# match .css and .js file and add the END flag so no more rules will be applied.
RewriteRule "^(.*)\.css$" - [END]
RewriteRule "^(.*)\.js$" - [END]
It is ok but no css and js, and my principal shop didn't have pictures 😕
I am lost
Please if someone can help me