my site is http://www.vino.rs and when I try to post an article on Facebook, by using AddThis plugin I get the 403: Access Forbidden message. Also, I am not able to post it directly onto Facebook page (http://www.facebook.com/Vino.rs.magazine), by pasting a link.
Posting works just fine when I try to paste a link from any other website into the Facebook status field.
I contack my host and they found that the issue is caused due to the following default Joomla directives in my .htaccess file:
- Code: Select all
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L]
Also they recommend me to contacting a professional Joomla developer who is more familiar with Joomla's inner functionality and can better assist me with resolving the case. And I just to it.
Thank you in advance