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]
@cfmsbill
Copy link

@cfmsbill
Copy link

"This code is incredibly helpful for managing .htaccess redirects. I've used a similar approach for handling URL rewrites on my website,
.htaccess redirects Redirects like these are essential for maintaining SEO and ensuring a seamless user experience during site migrations. Thanks for sharing this!"

@Jimmy-ander
Copy link

"Cash in 1 hour no credit checks Centrelink" refers to fast loans or cash advances offered to individuals receiving Centrelink benefits, with approval often promised within an hour and without the need for a credit check. These loans are typically short-term, high-interest loans designed to provide quick financial relief.

While the appeal of fast approval and no credit check is strong, it's important to approach these loans with caution. Although they might seem like an easy solution for urgent cash needs, the high fees, interest rates, and short repayment terms can lead to financial strain. It’s essential to carefully read the loan terms and understand the total cost, including any potential hidden fees, before committing. Always ensure that the repayments are manageable within your budget to avoid further financial hardship.

@Jimmy-ander
Copy link

Beds pay monthly refers to the option of financing a bed purchase by spreading the cost over monthly payments instead of paying the full amount upfront. This arrangement allows customers to afford a new bed by breaking down the payment into smaller, more manageable installments. The terms can vary, often ranging from a few months to a couple of years, with or without interest depending on the retailer and the specific financing plan.

While it can make purchasing a bed easier on your budget, it's important to review the total cost, including any interest or fees, to ensure the payments are affordable. Be sure to understand the terms before committing to avoid unexpected costs.

@Geeroganja12
Copy link

Thank you for sharing this detailed guide on #301Redirects and .htaccess configurations. It's incredibly helpful for anyone managing website migrations, URL updates, or improving SEO. If you're looking for more tips and tools to enhance your digital projects, feel free to check out my website: Alight Motion. We share valuable insights and resources to make your tasks easier!"

@AriannaBotsford
Copy link

AriannaBotsford commented Nov 24, 2024

Hey everyone! I recently came across an interesting comparison between two movie apps – Loklok and FilmPlus. If you're someone who loves watching movies on the go, it's definitely worth checking out. Loklok offers a great selection of movies and shows, with a simple interface that’s easy to navigate, while FilmPlus also packs a punch with its vast library. If you’re wondering which one is better, this article might help you make an informed decision: Loklok vs FilmPlus . Enjoy your movie time! 🎬🍿

@Amelia128
Copy link

Exfoliating your face is a vital step in maintaining healthy, radiant skin. It involves removing dead skin cells to reveal a smoother and brighter complexion. Start by choosing the right exfoliator for your skin type gentle scrubs for sensitive skin or chemical exfoliants for acne-prone or oily skin. Apply the exfoliator in circular motions to damp skin, avoiding the delicate eye area. Rinse thoroughly with lukewarm water and a moisturizer to lock in hydration. Limit exfoliation to 2-3 times a week to prevent irritation and ensure your skin stays healthy and glowing.

@watson32-code
Copy link

Thank you for sharing this detailed guide on #301Redirects and .htaccess configurations. This code is incredibly helpful for managing .htaccess redirects. I've used a similar approach for handling URL rewrites on my website. Redirects like these are essential for maintaining SEO and ensuring a seamless user experience during site migrations. Thus, implementing proper redirects helps to avoid broken links and ensures search engines properly index your pages. If you're looking for more tips and tools to enhance your digital projects, feel free to check out my website: The Spike. We share valuable insights and resources to make your tasks easier!

@dramaahood
Copy link

Asian Drama: Watch the latest Korean, Taiwanese, Hong Kong,
Thai, Japanese, and Chinese dramas online for free with English subtitles on Dramacool.

Drama Hood

@Metthew961
Copy link

This is a fantastic demonstration of how data visualization can bring complex information to life! The use of Sankey charts to map Olympic data is both engaging and highly effective, showcasing how countries and sports are interconnected. It’s great to see how visual tools can simplify the understanding of such detailed datasets. Speaking of innovation, if you're a fan of dynamic and immersive experiences, you should definitely check out The Spike MOD APK. It’s a great way to explore new features in gaming while enjoying a seamless and upgraded experience. Keep sharing such amazing projects!

@Devdasmanikpuri
Copy link

Devdasmanikpuri commented Nov 27, 2024

ScottPhillips is an excellent creator who shares amazing content and tips in the world of Fantasy Sports. If you're also looking for in-depth information related to Dream11 and Fantasy Sports, make sure to visit our site, <a href=^https://todaydream.team"TodayDream.Team. Here, you’ll find the best tips for creating Dream11 teams, live chat features, and detailed match analyses.

@Amelia128
Copy link

Occupational foot care is essential for maintaining overall health and productivity, especially for those working in physically demanding jobs. Our feet bear the brunt of daily activities, and neglecting their care can lead to discomfort, chronic pain, or even long-term health issues. Regular foot check-ups, proper hygiene, and wearing the right footwear are key. Investing in supportive shoes with adequate cushioning and arch support can prevent problems like plantar fasciitis or bunions. For individuals who stand or walk for extended periods, practices like stretching exercises, moisturizing to prevent cracks, and using orthotic insoles can make a big difference. Never underestimate the importance of caring for the foundation of your mobility!

@serooo999
Copy link

The WSOP (World Series of Poker) offers free chips online as a way for players to get a taste of the game without having to make a deposit. These free chips can be a great opportunity for beginners to practice their skills and learn the game without any financial risk. However, it's important to remember that these chips can't be converted into real money, and they may come with certain restrictions or limited usage. While they provide a fun way to enjoy poker, always be cautious of the terms and conditions, and ensure you're aware of any potential fees or limitations on how the chips can be used.

@serooo999
Copy link

The WSOP 1 million free chips is an incredible platform for both seasoned pros and newcomers to the game. The variety of tournaments and formats keeps things exciting, and the opportunity to play against some of the best in the world is unmatched. Whether you're competing for a coveted bracelet or just enjoying some casual online play, the WSOP consistently delivers top-notch poker experiences. Highly recommend it to anyone looking to test their skills or simply enjoy the thrill of the game!

@ronaldjames6548
Copy link

TikTokio is Tiktok video downloader to online download tiktok videos without watermark easily, download video from tiktok, free download tiktok video in mp3.

@mazseo
Copy link

mazseo commented Nov 30, 2024

The online movie watching site hindi and telugu movies for free. plz visit]..

@aniwave2k
Copy link

aniwave2kHiAnime.to is a free site to watch anime and you can even download subbed or dubbed anime in ultra HD quality without any registration or payment. By having only one ads in all kinds, we are trying to make it the safest site for free anime.

@lisa121c
Copy link

lisa121c commented Dec 1, 2024

Hi everyone,
I’ve been looking into some cool GitHub projects that integrate with Spotify, and I’m curious if anyone has experience using or contributing to any. I’m particularly interested in projects that enhance the Spotify experience, whether through custom playlists, integration with other apps, or even improvements to the Spotify Music Preferences Dashboard.

If anyone has found useful GitHub repositories or knows of any ongoing Spotify integration projects, I’d love to hear about them. Also, for those looking to make the most of Spotify, check out https://spotifypremiumapkdescargar.com/ for some great tips and tools.

Looking forward to your recommendations!

@rahulsinr
Copy link

thanks for providing the list of htaccess in place i have some problem related to htaccess and it solved now due to this github repo
Inat BOX

@tehrymijaz
Copy link

**Drive Zone Online MOD APK **takes the adrenaline-pumping action of the original game to the next level by offering unlimited resources and unlocked features. This enhanced version lets players access premium cars, customizations, and exclusive perks without grinding through the standard gameplay.

@alexhales2424
Copy link

These .htaccess examples simplify managing redirects, from single pages to entire domains. The rules for handling query strings and retaining paths during domain changes are especially handy. Similarly, Spotify ensures a smooth user experience with features like offline downloads and playlist syncing. Explore more at Spotify Premium APK for an upgraded music experience!

@alexhales2424
Copy link

These .htaccess redirect setups are incredibly useful, especially for managing seamless transitions between domains or adjusting URL structures. The examples for handling query parameters and preserving paths stand out for their practicality. Speaking of smooth transitions, Spotify offers a fantastic way to carry your music wherever you go, with features like offline listening and personalized playlists. Learn more about enhancing your music experience at Spotify Premium APK.

@alexhales2424
Copy link

Spotify Premium APK makes music streaming so much better. You can skip ads, download tracks, and enjoy endless skips without interruptions. Learn more at https://descargarspotapp.com.

@alexhales2424
Copy link

Spotify Premium APK completely transforms the listening experience. With no ads, offline downloads, and unlimited skips, it’s perfect for any music lover. Check it out at https://spotappdownload.com.

@Amelia128
Copy link

Amelia128 commented Dec 4, 2024

"Such an informative article! Sweaty feet can be so uncomfortable and even lead to issues like odor or infections if not managed properly. I appreciate the practical tips on how to keep feet dry and fresh, especially the advice on breathable footwear and using foot powders. This is a must-read for anyone dealing with this common but often ignored problem. Thanks for shedding light on it!"

@Haydenjoi
Copy link

Thanks for the comprehensive guide on common .htaccess redirects—super helpful for managing efficient site migrations and URL rewrites!

@techanzone
Copy link

Increasing the Instagram followers is now really easy. You can increase your Instagram followers by using the Top Follow APK. You just have to earn the coins by completing small tasks and you will have hundreds of free Instagram followers.

@kunseom
Copy link

kunseom commented Dec 5, 2024

This code is excellent for managing .htaccess redirects! I’ve used a similar method for handling URL rewrites on my site, https://capecoralconcretesolutions.com/. Redirects are crucial for preserving SEO and ensuring a smooth user experience during site migrations. Thanks for sharing!

@johnnysindev
Copy link

For Instagram followers apps, Insta up stands out as one of the best platforms. It’s user-friendly, efficient, and designed to help boost your profile’s engagement quickly, making it ideal for both personal and business use.

@Sitegen1
Copy link

Sitegen1 commented Dec 6, 2024

Dive into the electrifying world of Geometry Dash 2.2 APK, a fast-paced, rhythm-based platformer that challenges your reflexes and precision. With its engaging gameplay, vibrant graphics, and catchy soundtracks, this game has captivated millions of players worldwide. Whether you're dodging spikes or jumping through challenging obstacles, the Geometry Dash APK offers endless excitement for both casual gamers and hardcore enthusiasts. Ready to take on the beat? Start your journey now!

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