Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- htaccess
- RemoveHandler .html .htm
- AddType application/x-httpd-php .php .htm .html .phtml
- <?php include '../a_top.html'; ?>
- <?php include '../a_down.html'; ?>
- <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
- <url>
- <loc>http://url.ru/folder/page.html</loc>
- </url>
- </urlset>
- // Вывод в коде карты сайта
- <url><br>
- <loc>http://url.ru/folder/page.html</loc><br>
- </url>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement