Thread Starter
yoddha
(@yoddha)
I have changed the permissions to skins folder – that did not help.
There is my htaccess:
# BEGIN WordPress
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^ – [E=protossl]
RewriteCond %{HTTPS} on [OR]
RewriteCond %{HTTP:X-Forwarded-Proto} https
RewriteRule ^ – [E=protossl:s]
# Force SSL – to redirect from HTTP to HTTPS uncomment the following line:
RewriteCond %{ENV:protossl} !s
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_FILENAME} robots.txt$ [NC]
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Thread Starter
yoddha
(@yoddha)
Yes, the first problem is a really conflict, it s OK now.
But kind of server restrictions? I gave 777 proofs to progran folder.