Advertisement
zero50x

Памятка статич. сайтов с php

Oct 31st, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. htaccess
  2. RemoveHandler .html .htm
  3. AddType application/x-httpd-php .php .htm .html .phtml
  4.  
  5. <?php include '../a_top.html'; ?>
  6. <?php include '../a_down.html'; ?>
  7.  
  8. <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  9. <url>
  10. <loc>http://url.ru/folder/page.html</loc>
  11. </url>
  12. </urlset>
  13.  
  14. // Вывод в коде карты сайта
  15.  
  16. &lt;url><br>
  17. &lt;loc>http://url.ru/folder/page.html&lt;/loc><br>
  18. &lt;/url>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement