-
-
Save ScottPhillips/1721489 to your computer and use it in GitHub Desktop.
#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] |
Immerse yourself in the world of virtual motorsport, where you'll take the reins of powerful racing machines, navigate treacherous obstacles, and compete head-on with skilled rivals in a quest for dominance. Car Games
YouTube is beneficial to a user and YouTubers and people. Very useful versions were updated by this YouTube channel and complemented by the all Youtube Vanced Apk Download 2023
YouTube Vanced is a good option, but recently I've been using the Revanced YouTube as an alternative for this Vanced APK. And I am getting an amazing experience from this new application. Try out this application once. Thanks.
Unleash your game in style with lacrosse shorts designed for unstoppable performance and undeniable flair.
Do you want to watch movies and dramas through any other app without running YouTube on your mobile? if yes then you can watch all the latest video movies and dramas with the help of this Osee.In Movies APK. And visit this APK Sheep site to download such apps.
Good information , Thanks For Sharing us-
however the vancedapp of youtube also help me to find some helpful content like this
"This APK changed the game for me! Such a useful tool."
yes i want tp ranked this site myfedloan
Thanks for sharing! It's inspiring to witness the success of other women, especially those within the Dude Theft Wars community.
Thanks for sharing i want to add it here
FM WhatsApp enhances user experience with customizable features, improved privacy settings, and an intuitive interface. A must-try for a personalized messaging journey. FM Whatsapp
Do you want to watch different TV shows and movies on your mobile if yes then you must use this شبكتي tvمباشر app like me you can watch all the most popular arab dog channels in one place.
WA GB APK enhances user experience with customizable features, improved privacy settings, and an intuitive interface. A must-try for a personalized messaging journey. WA GB
AD WhatsApp improves the user experience by adding customizable options, improving privacy settings, and providing an intuitive UI. A must-try for a customized texting experience. AD WhatsApp.
The structure of this blog was excellently organized, seamlessly guiding the reader from its inception to its conclusion. https://fmapps.org/ The formatting ensured a smooth transition from beginning to end, enhancing the overall reading experience. It's evident that care and thought went into its presentation.
The cubic equation calculator is a powerful tool designed to effortlessly solve cubic equations of the form ax^3 + bx^2 + cx + d = 0. With its user-friendly interface, it provides accurate roots and real-time solutions, simplifying complex mathematical computations.
FM WhatsApp Apk enhances user experience with its customizable features, themes, and privacy options. The seamless blend of functionality and aesthetics makes it a standout choice for those seeking a personalized and secure messaging platform.
One of my favorite hobbies is a Remini Mod Apk with my iPhone and then diving into the enjoyable process of editing them using editing software.
This insight stresses FM WhatsApp's appeal through its combination of specificity, themes, and private features. It caters to people looking for a personalized and secure messaging experience, distinguishing it from traditional platforms.[
Gb Whatsapp Download
I implented this "Redirects for .htaccess" for our website Moh Exam News, and it worked quite well.
Thanks for sharing, But I'm using Blue WhatsApp, which has different features and functionalities compared to the standard version.
let me check instapro apk and blue whatsapp apk.
You can try app for CFMS Bill Status, it's an amazing app with multiple features as other apps and it's updated with useful functions as well.
CFMS Bill Status app seems promising with its multiple features and regular updates for added functionality.Gb Whatsapp
If you're super curious about you're privacy and want to use enhanced features then must you FM Whatsapp which gives various new features like customization of themes. Besides these; you may add more than one account which helps you to keep your privacy safe.
A mixed number to decimal calculator seamlessly converts mixed numbers, which consist of an integer and a fraction, into decimal form, facilitating easier calculation and comparison. This tool is invaluable for students, educators, and professionals dealing with mathematical, financial, or technical computations requiring precision and clarity.
Have you ever played the Mobile Legend game? If yes then tell me What tool do you use? Well, I have found that Choox Sega is quite good for MLB.
How to use Insta Pro
looks like good redirects, share code on whatsapp gold
many people use WhatsApp gbprowa.com
https://github.com/geekeie/YMusic