-
ABOUT BHUPENDRA KUNWAR
Bhupendra is an Internet Marketer, Web Developer and a budding Social Enterpreneur. He is also the founder of eUttaranchal.com & Co-Founder DeeBee Web Services...>> -
Latest Articles
- CSS for Box Shadow
- Backup All of your MySQL Databases using AutoMySQLBackup
- Compress a Folder in Linux using Command line
- Centre Aligning ul with fluid width using css
- Import Excel File into MySQL Database using PHP
- Changing WordPress Site URL using raw MySQL Query
- WordPress: WP Query with Custom Fields
- Themed Login & Register Page for WordPress
- The Power Backup. Is it really?
- URL Rewriting – An Introduction
Browse by Category
Tag Archives: SEO
htaccess cheat sheet
1. Rewrite All URLs on one domain to new domain Put the following code in the .htaccess file of your old domain Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L] 2. Rewrite non-www urls with www Options +FollowSymLinks RewriteEngine on … Continue reading