M
M
Mark_Aizek2015-05-16 07:46:58
Joomla
Mark_Aizek, 2015-05-16 07:46:58

How to hide joomla robots.txt information from prying users?

The recommended robots.txt for joomla immediately shines the directory structure ( www.joomla-docs.ru/Robots.txt ). Can this be avoided without indexing losses?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
myfirepukan, 2015-05-16
@myfirepukan

No way, for that he and the robots directory structure can be hidden by routing, but sorry, this is no longer joomla))

D
Denis Malinochkin, 2015-05-16
@DiAsCrafts

As one interesting guy from Yandex said (I don’t remember who, but the essence is this): “Do not engage in deep premature optimization until it is clearly necessary.”
Yes, the address of the administrative part can be changed (I don’t know how optimal and correct this solution will be). This will save you (for the first time) from young coolhackers who might be enthusiastic about trying passwords.
But if they want to break you, they will break you.

W
Web Kyb, 2016-03-28
@denisov_nsk

RewriteCond %{HTTP_USER_AGENT} !^yandex.* [NC,OR]
RewriteCond %{HTTP_USER_AGENT} !^googlebot.* [NC,OR]
RewriteCond %{HTTP_USER_AGENT} !^rambler.* [NC,OR]
RewriteRule ^robots\.txt$ / [L,R]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question