|
Revision 7580, 361 bytes
(checked in by p_lindheimer, 4 years ago)
|
add a robot.txt file to FreePBX installation - just in case...
|
| Line | |
|---|
| 1 |
# This robots.txt file requests that search engines and other |
|---|
| 2 |
# automated web-agents don't try to index the files in this |
|---|
| 3 |
# directory (/www/images/). |
|---|
| 4 |
# |
|---|
| 5 |
# This file is included in the event that an installation has in-appropriately |
|---|
| 6 |
# exposed their GUI to the outside internet as it will help to stop |
|---|
| 7 |
# the indexing of their system. |
|---|
| 8 |
# |
|---|
| 9 |
User-agent: * |
|---|
| 10 |
Disallow: / |
|---|
| 11 |
|
|---|