apache - mapping non exist file -
if robots.txt non exist mupping on robots.php, if exist -return robots.txt
rewriteengine on rewritecond %{robots.txt} !-f [nc] rewriterule robots.txt robots.php [l]
this code return robots.php
rewritecond %{request_filename} !-f rewriterule ^/robots\.txt/$ robots.php [l]
think that's need...
Comments
Post a Comment