Skip to content

Instantly share code, notes, and snippets.

@ScottPhillips
Created February 2, 2012 04:30
Show Gist options
  • Save ScottPhillips/1721489 to your computer and use it in GitHub Desktop.
Save ScottPhillips/1721489 to your computer and use it in GitHub Desktop.
Common .htaccess Redirects
#301 Redirects for .htaccess
#Redirect a single page:
Redirect 301 /pagename.php http://www.domain.com/pagename.html
#Redirect an entire site:
Redirect 301 / http://www.domain.com/
#Redirect an entire site to a sub folder
Redirect 301 / http://www.domain.com/subfolder/
#Redirect a sub folder to another site
Redirect 301 /subfolder http://www.domain.com/
#This will redirect any file with the .html extension to use the same filename but use the .php extension instead.
RedirectMatch 301 (.*)\.html$ http://www.domain.com$1.php
##
#You can also perform 301 redirects using rewriting via .htaccess.
##
#Redirect from old domain to new domain
RewriteEngine on
RewriteBase /
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
#Redirect to www location
RewriteEngine on
RewriteBase /
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]
#Redirect to www location with subdirectory
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} domain.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/directory/index.html [R=301,NC]
#Redirect from old domain to new domain with full path and query string:
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^(.*) http://www.newdomain.com%{REQUEST_URI} [R=302,NC]
#Redirect from old domain with subdirectory to new domain w/o subdirectory including full path and query string:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/subdirname/(.*)$
RewriteRule ^(.*) http://www.katcode.com/%1 [R=302,NC]
Rewrite and redirect URLs with query parameters (files placed in root directory)
Original URL:
http://www.example.com/index.php?id=1
Desired destination URL:
http://www.example.com/path-to-new-location/
.htaccess syntax:
RewriteEngine on
RewriteCond %{QUERY_STRING} id=1
RewriteRule ^index\.php$ /path-to-new-location/? [L,R=301]
Redirect URLs with query parameters (files placed in subdirectory)
Original URL:
http://www.example.com/sub-dir/index.php?id=1
Desired destination URL:
http://www.example.com/path-to-new-location/
.htaccess syntax:
RewriteEngine on
RewriteCond %{QUERY_STRING} id=1
RewriteRule ^sub-dir/index\.php$ /path-to-new-location/? [L,R=301]
Redirect one clean URL to a new clean URL
Original URL:
http://www.example.com/old-page/
Desired destination URL:
http://www.example.com/new-page/
.htaccess syntax:
RewriteEngine On
RewriteRule ^old-page/?$ $1/new-page$2 [R=301,L]
Rewrite and redirect URLs with query parameter to directory based structure, retaining query string in URL root level
Original URL:
http://www.example.com/index.php?id=100
Desired destination URL:
http://www.example.com/100/
.htaccess syntax:
RewriteEngine On
RewriteRule ^([^/d]+)/?$ index.php?id=$1 [QSA]
Rewrite URLs with query parameter to directory based structure, retaining query string parameter in URL subdirectory
Original URL:
http://www.example.com/index.php?category=fish
Desired destination URL:
http://www.example.com/category/fish/
.htaccess syntax:
RewriteEngine On
RewriteRule ^/?category/([^/d]+)/?$ index.php?category=$1 [L,QSA]
Domain change – redirect all incoming request from old to new domain (retain path)
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example-old\.com$ [NC]
RewriteRule ^(.*)$ http://www.example-new.com/$1 [R=301,L]
If you do not want to pass the path in the request to the new domain, change the last row to:
RewriteRule ^(.*)$ http://www.example-new.com/ [R=301,L]
#From blog.oldsite.com -> www.somewhere.com/blog/
retains path and query, and eliminates xtra blog path if domain is blog.oldsite.com/blog/
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_URI}/ blog
RewriteRule ^(.*) http://www.somewhere.com/%{REQUEST_URI} [R=302,NC]
RewriteRule ^(.*) http://www.somewhere.com/blog/%{REQUEST_URI} [R=302,NC]
@PearlHolland
Copy link

Unlock a world of audio content by converting YouTube videos to MP3.

@Abdul-67543
Copy link

FM WhatsApp is a modified version of the official WhatsApp. A lot of people use FM WhatsApp on many devices. I know you are using WhatsApp on your Android phone, but for the sake of comfort, you should analyze using WhatsApp on your PC or laptop.
https://fmwts.com/fm-whatsapp-for-pc/

@tonikroos1
Copy link

Looking to join fun and engaging communities? Check out the latest girls WhatsApp group links on MBWhatsKing.com. These groups are perfect for meeting new friends and sharing common interests. Visit now to find and join the best girls WhatsApp groups

@salmawisoky
Copy link

The feeling of driving a car in Drift Boss is very real.

@michaljordan
Copy link

Thanks for this code i will share this with my friends

@thedarkattitude
Copy link

This is a great post and I enjoy the look of your blog very much. Thanks for sharing
Real Leather Dresses

@Avamillar
Copy link

When you rent an apartment in Hamra, you become part of a vibrant community with a lively street life. This area attracts a diverse population, offering a rich cultural experience.

@davidhammad
Copy link

Loving the fresh and stylish vibes of Blue WhatsApp! It's like a breath of fresh air for my chats. Who knew a color change could make messaging feel so new and exciting? 💙

@davidhammad
Copy link

TopFollow is a game-changer! 🌟 It's helped me boost my follower count quickly and effortlessly. I love how easy it is to use and the instant results. If you're looking to grow your social media presence, this app is a must-try!

@wetwert
Copy link

wetwert commented Jun 9, 2024

today we are going tell you about InstaPro APK version of Instagram which will offer you some amazing and matchless features to make your experience worth enjoying.

@johnwaik
Copy link

johnwaik commented Jun 9, 2024

Thanks for sharing I also download NA WhatsApp by using this link NA8 WhatsApp APK Download Now you can also check the link if working.

@angelina1212
Copy link

Thanks for providing great platform for information.I also want to share some information regarding social experiencing.GB WhatsApp is a modified version of the popular messaging app WhatsApp.It offers extra features that are not available in the official app. People download it from various websites as it’s not available on Google Play Store or the App Store.

@Babarali804
Copy link

Did you know that Lightroom is the world's most used photo editing software?
But you have to pay for its official version, for which the developers created a modified version of Lightroom Mod so that you can use all the freemium features for free.
Download the latest version of Lightroom Mod APK now and take your photos to the next level.

@Babarali804
Copy link

You may know about many video and photo editing apps, but now Lightroom and Alight Motion are the most popular and trending apps.
Read our latest post on it Lightroom VS Alight Motion | Which Is Better In 2024?

@razashah512
Copy link

FM WhatsApp, an instant messaging app, connects people globally. It lets you see if someone is online or offline and if they have read your messages.

@johnwaik
Copy link

Yacine TV is best app to download for live Football streaming and movies. You can download and watch live streaming of matches in this TV app. Download Yacine TV

@lucks420
Copy link

Fantasy Team Help website is the best for any type of information related to fantasy apps

@Syed-di
Copy link

Syed-di commented Jun 13, 2024

WatchAsian WatchAsian is a drama website to watch drama free.

@alexpro9911
Copy link

alexpro9911 commented Jun 15, 2024

Thanks for sharing! I download Gold Whatsapp by using this link www.goldwatsapp.com you can also check if the link is working.

@khalidzamanali
Copy link

I also redirected an old domain to a new domain but go some errors in .htaccess file. Now, I have purchased another domain to which offers NA7 WhatsApp APK file for android users. It differs from other whatsapp versions. That's why people use this app from all over the world.

@sarausa0107
Copy link

wow, great post. it gave me a lot of useful information. I look forward to your next posts. that's not my neighbor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment