test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Mr.Cat Moderator
    #1068353

    @peterchain,

    Your htacces file prevents loading json file. You can follow this guide to allow json to be loaded.

    Open .htacces file and find this line

    RewriteRule ^administrator/(components|modules|templates|images|plugins)/.*\.(jpe|jpg|jpeg|jp2|jpe2|png|gif|bmp|css|js|swf|html|mpg|mp3|mpeg|mp4|avi|wav|ogg|ogv|xls|xlsx|doc|docx|ppt|pptx|zip|rar|pdf|xps|txt|7z|svg|odt|ods|odp|flv|mov|htm|ttf|woff|woff2|eot|JPG|JPEG|PNG|GIF|CSS|JS|TTF|WOFF|WOFF2|EOT)$ - [L]

    Replace with

    RewriteRule ^administrator/(components|modules|templates|images|plugins)/.*\.(json|jpe|jpg|jpeg|jp2|jpe2|png|gif|bmp|css|js|swf|html|mpg|mp3|mpeg|mp4|avi|wav|ogg|ogv|xls|xlsx|doc|docx|ppt|pptx|zip|rar|pdf|xps|txt|7z|svg|odt|ods|odp|flv|mov|htm|ttf|woff|woff2|eot|JPG|JPEG|PNG|GIF|CSS|JS|TTF|WOFF|WOFF2|EOT)$ - [L]

    Regards

    • This reply was modified 7 years, 1 month ago by  Mr.Cat.

    Wisdom is not a product of schooling but of the lifelong attempt to acquire it.

    peterchain Friend
    #1068507

    Now it works. Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  peterchain 7 years, 1 month ago.

The topic ‘Filter doesn't show products’ is closed to new replies.