Recently i had a simple task which was – “My wordpress site on home.pl does’nt work – there is no theme”.
Solution was very easy:
- log via ftp to your home.pl account
- go to directory with your site
- go to wp-content/ dir
- open .htaccess file
- change
123<FilesMatch "\.(?i:php)$">...</FilesMatch>
to
123<Files "\.(?i:php)$">...</Files> - that’s all