Note that there are some explanatory texts on larger screens.

plurals
  1. POZend_Acl impossible to access at robots.txt
    text
    copied!<p>I'm using Zend_Acl to manage the secure area of ​​my website where the user must log-in to access.</p> <p>All of my scripts works fine, but I get a strange error in Google WebMaster tool where I analyze the statistics of my website, the problem is that google can not access at robots.txt</p> <p>I am sure that the problem depends on Zend_Acl because if i do not use it everything goes back to work as before without any error.</p> <p>someone can give me some advice? thanks</p> <p>robots.txt is a text file but it's in my root folder a level lower than the public this is my .htaccess that is inside a public</p> <pre><code>RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L] &lt;ifModule mod_gzip.c&gt; mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* &lt;/ifModule&gt; &lt;ifModule mod_expires.c&gt; ExpiresActive On ExpiresDefault "access plus 1 seconds" ExpiresByType text/html "access plus 1 seconds" ExpiresByType image/gif "access plus 2592000 seconds" ExpiresByType image/jpeg "access plus 2592000 seconds" ExpiresByType image/jpg "access plus 2592000 seconds" ExpiresByType image/png "access plus 2592000 seconds" ExpiresByType text/css "access plus 604800 seconds" ExpiresByType text/javascript "access plus 216000 seconds" ExpiresByType application/x-javascript "access plus 216000 seconds" &lt;/ifModule&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload