2016/02/21

How to force prestashop see all css from theme and moduls running

Change
- /themes/.htaccess 
- /modules/.htaccess
from

<FilesMatch "\.tpl$">
Deny from all
</FilesMatch>

to

#<FilesMatch "\.tpl$">
#Deny from all
#</FilesMatch>


No comments:

Post a Comment