我使用.htaccess:
RewriteEngine On
RewriteRule phpMyAdmin/(.*)$ phpMyAdmin/$1 [L]
RewriteRule img/(.*)$ img/$1 [L]
RewriteRule css/(.*)$ css/$1 [L]
RewriteRule js/(.*)$ js/$1 [L]
RewriteRule robots.txt$ robots.txt$1 [L] ????
RewriteRule .* index.php
热门允许阅读robots.txt海峡,它只读取robots.txt而不是像robots.txtasdfa,robots.txtttt,.... 感谢
答案 0 :(得分:1)
尝试:
RewriteRule ^robots\.txt$ - [L]