php文件代码:
<?php //www.lyg95.com 魏东20220320写 $num = 50000; //显示的数量 $mixtotal=1; #随机的最大范围 $maxtotal=1000000; #随机的最大范围 $url = "http://www.xx.com/"; for($i = 0;$i < $num; $i++){ $myurl = $url . rand($mixtotal,$maxtotal) .'.html' . "\r\n"; echo($myurl); } ?>
伪静态中配置:
###当存在多个子目录格式的域名时,需要多写几组location标签:location location ~* /sitemap/ { rewrite ^/sitemap\/(.*?)$ /sitemap/sitemap.php; }