Skip to content

Instantly share code, notes, and snippets.

@BurlesonBrad
Created October 9, 2017 06:17
Show Gist options
  • Save BurlesonBrad/a84a9c52ec807f332bbc351b3dc9340f to your computer and use it in GitHub Desktop.
Save BurlesonBrad/a84a9c52ec807f332bbc351b3dc9340f to your computer and use it in GitHub Desktop.
Sample .htaccess for Jean
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Redirect 301 http://curryplum.com/product/old-product/ http://curryplum.com/product-category/the-products-original-category/
Redirect 301 http://curryplum.com/product/old-product/ http://curryplum.com/product-category/the-products-original-category/
Redirect 301 http://curryplum.com/product/old-product/ http://curryplum.com/product-category/the-products-original-category/
Redirect 301 http://curryplum.com/product/old-product/ http://curryplum.com/product-category/the-products-original-category/
Redirect 301 http://curryplum.com/product/old-product/ http://curryplum.com/product-category/the-products-original-category/
Redirect 301 http://curryplum.com/product/old-product/ http://curryplum.com/product-category/the-products-original-category/
Redirect 301 http://curryplum.com/product/old-product/ http://curryplum.com/product-category/the-products-original-category/
Redirect 301 http://curryplum.com/product/old-product/ http://curryplum.com/product-category/the-products-original-category/
/* NOTE: Jean, see how the old & retired product gets a redirect back to the /product-category/ page? That is THE BEST thing to do! */
/* Too often, I see people do a redirect back to /shop/ or -GOD FORBID- they simply redirect it back to their main page. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment