Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.59 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. google site map not working since pretty codeigniter urls
  2. <?php
  3. Header( "HTTP/1.1 301 Moved Permanently" );
  4. Header( "Location: http://mydomain.com/what-we-do" );
  5. ?>
  6.        
  7. <?xml version="1.0" encoding="UTF-8"?>
  8.     <urlset>        
  9.     <url>
  10.       <loc>http://mydomain.com/</loc>
  11.       <changefreq>weekly</changefreq>
  12.     </url>
  13.     <url>
  14.       <loc>http://mydomain.com/index.php</loc>
  15.       <changefreq>weekly</changefreq>
  16.     </url>
  17.     <url>
  18.       <loc>http://mydomain.com/what-we-do</loc>
  19.       <changefreq>weekly</changefreq>
  20.     </url>
  21.     <!-- and so on for each page... -->
  22.     </urlset>