Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 519 Bytes

File metadata and controls

15 lines (9 loc) · 519 Bytes

PyroCMS Robots Module

This module was created by Jacob Albert (Jaap) Jolman.

These days search engines like to read a robots.txt from your website. but when you have alot of website it starts to get really anoying to keep track of them. well here is the solution. this module will output the robots.txt for you.

Installation

Copy robots/ to your addons/SITE_REF/modules or addons/shared_addons/modules folder.

Add the following Route:

$route['robots.txt'] = 'robots/index';