@mbrsolution,
Sorry for my comment here. But we have the same problem and I know how it comes. The problem is the “Enable 5 g Firewall Protection” option. Here state ‘jakarta’:
# 5G:[USER AGENTS]
<IfModule mod_setenvif.c>
# SetEnvIfNoCase User-Agent ^$ keep_out
SetEnvIfNoCase User-Agent (binlar|casper|cmsworldmap|comodo|diavol|dotbot|feedfinder|flicky|ia_archiver|jakarta|kmccrew|nutch|planetwork|purebot|pycurl|skygrid|sucker|turnit|vikspider|zmeu) keep_out
<limit GET POST PUT>
Order Allow,Deny
Allow from all
Deny from env=keep_out
</limit>
</IfModule>
The problem is that Linkedin has this ‘useragent’:
108.174.8.21 – – [06/Jul/2017:10:05:55 +0200] “GET / HTTP/1.0” 403 494 “-” “LinkedInBot/1.0 (compatible; Mozilla/5.0; Jakarta Commons-HttpClient/3.1 +https://www.linkedin.com)”
108.174.8.21 – – [06/Jul/2017:10:06:06 +0200] “GET / HTTP/1.0” 403 494 “-” “LinkedInBot/1.0 (compatible; Mozilla/5.0; Jakarta Commons-HttpClient/3.1 +https://www.linkedin.com)”
108.174.8.21 – – [06/Jul/2017:10:06:33 +0200] “GET / HTTP/1.0” 403 494 “-” “LinkedInBot/1.0 (compatible; Mozilla/5.0; Jakarta Commons-HttpClient/3.1 +https://www.linkedin.com)”
If you removed the bot (useragent) ‘jakarta’ from the option, the problem is then finally resolved. Hopefully, if the plugin developer solved this problem!
Thank you!