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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -