代码高亮测试
Posted on | 11月 6, 2011 | No Comments
[php]<?php echo 'test'; ?>[/php]
location / { index index.php index.html index.htm; if (-f $request_filename) { expires 30d; break; } if (!-e $request_filename) { rewrite ^(.+)$ /index.php last; } }
Category: 其他
Comments
Leave a Reply