diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 22e8e2c..66d8b37 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -1,6 +1,6 @@ RewriteEngine on #RewriteBase / -RewriteCond $1 !^(index\.php|static|favicon\.ico) +RewriteCond $1 !^(index\.php|static|favicon\.ico|robots\.txt) RewriteRule ^(.*)$ index.php?/$1 [QSA,L] SetOutputFilter DEFLATE