We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b85e6d + e957716 commit 412754dCopy full SHA for 412754d
.htaccess
@@ -11,4 +11,6 @@ RewriteRule ^(index.php)?$ /pocketmine.php
11
RewriteRule ^pg/viewSrc\.php/(.*)$ /pg/viewSrc.php?path=$1
12
RewriteRule ^pg/viewSrc/(.*)$ /pg/viewSrc.php?path=$1
13
RewriteRule ^(pg/([^\.]+)(\.[a-z]+))/.*$ /$1
14
+RewriteCond %{REQUEST_URI} !/robots\.txt$ [nocase]
15
+RewriteRule \.txt$ - [forbidden,last]
16
0 commit comments