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.
1 parent 3b85e6d commit e957716Copy full SHA for e957716
.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