Hello,
Did anybody noticed that Google indexes a number of "Fil kan inte visas" page links for the domain where you uploaded Elgg.
Please try.... Just type "site:<your-domain-where-elgg-uploaded"> in Google and see.
(Example: If Elgg is uploaded to domain "xyzdom.com", than type "site:xyzdom.com" in Google and check the results)
I am worrying about it as Google indexed 188 results for my domain but in that, more than 80% links says "Fil kan inte visas".
I welcome your views and suggestions.
Thanks,
Best,
>Dipak C. G.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- iconMatrix@SteveAquila

iconMatrix - 0 likes
- iconMatrix@SteveAquila

iconMatrix - 0 likes
- Dipak C. G.@dipak2711

Dipak C. G. - 0 likes
You must log in to post replies.here is what is means
Swedish to English translation File can not be displayed
if they are the same directory(s) couldn't you use robot txt to disallow it
User_agent: *
Dissallow: /file/
@ Steve,
Many thanks. Actually I forgot to add robots.txt and just added it onto server. My robots.txt contents are as below and hope this might be helpful to someone who need it.
----------- robots.txt -----------
User-agent: *
Disallow: /_css
Disallow: /_graphics
Disallow: /account
Disallow: /admin
Disallow: /engine
Disallow: /languages
Disallow: /service
Disallow: /settings
Disallow: /simplecache
Disallow: /vendors
-------------------------------
Cheers :-)
> Dipak C. G.