Problem with style.php and style-colors.php file?
If you have problems with styles/fonts on your site, then please check if style.php and style-colors.php works properly. If not, then you can try to edit your .htaccess file on FTP. Please replace below content inside file:
<Files *.php>with:
deny from all
</Files>
<Files *.php>
deny from all
</Files>
<FilesMatch "^style\.php$">
Allow From All
</FilesMatch>
<FilesMatch "^style-colors\.php$">
Allow From All
</FilesMatch>
Comments