Hgta的博客

个人博客

代码高亮测试

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;
	}
}

Comments

Leave a Reply





About

博主 hgta

Search

Admin


Warning: Use of undefined constant XML - assumed 'XML' (this will throw an Error in a future version of PHP) in /www/wwwroot/508.me/wp-content/plugins/wp-syntaxhighlighter/wp-syntaxhighlighter.php on line 975