Skip to content

Commit

Permalink
Added sitemap and other components
Browse files Browse the repository at this point in the history
  • Loading branch information
kulbirsaini committed Dec 16, 2012
1 parent ae8bae1 commit e9f09bd
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
RedirectMatch 301 ^/ug2k5(.*)$ http://ug2k5.saini.co.in/
RedirectMatch 301 /resume(.*) http://www.linkedin.com/in/kulbirsaini
RedirectMatch 301 /(feed|forum|user|comment|guest-book)(.*) http://saini.co.in/

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} .*life.saini.co.in [NC]
RewriteRule ^(.*)$ http://life.kulbirsaini.com/$1 [L,R=301]

RewriteCond %{HTTP_HOST} .*.saini.co.in [NC]
RewriteRule ^(.*)$ http://saini.co.in/$1 [L,R=301]
</IfModule>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ext/white-magnet-software.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions google81f5362e61a81c4b.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google81f5362e61a81c4b.html
14 changes: 14 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->

<url>
<loc>http://saini.co.in/</loc>
<lastmod>2011-11-02T00:47:14+00:00</lastmod>
<changefreq>weekly</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
Binary file added wp-content/uploads/avtar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wp-content/uploads/head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e9f09bd

Please sign in to comment.