Add a robots.txt file
This commit is contained in:
parent
670d320e88
commit
345154516d
@ -13,7 +13,7 @@ RewriteEngine On
|
||||
# RewriteBase /subdir/
|
||||
#RewriteBase /
|
||||
|
||||
RewriteCond %{REQUEST_URI} !^/(templates|media|docs|ckeditor|images|data|index.cgi)
|
||||
RewriteCond %{REQUEST_URI} !^/(templates|media|docs|ckeditor|images|data|index.cgi|robots.txt)
|
||||
RewriteRule (.*) index.cgi/$1 [PT,L]
|
||||
|
||||
# Compress text, html, javascript, css, xml:
|
||||
|
2
robots.txt
Normal file
2
robots.txt
Normal file
@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow:
|
Loading…
x
Reference in New Issue
Block a user