Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
saibos
tagDiv Member

I use FeedWordPress plugin to import posts from rss. With other posts also the same problem.
I can give You login and pass when You will have time or tell me please what more to look.
Thanks

saibos
tagDiv Member

I find the solution, there is no need to insert any code inside .htaccess
just under WordPress -> Settings -> General
under WordPress Address (URL) & Site Address (URL) if Your domain is like: http://domain.com
change it to http://www.domain.com
Only this.

Work for me.
Thank You all for the help.

saibos
tagDiv Member

I update .htaccess like this, but problem is still there.
Is there another solution?

<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

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