Skip to content

Instantly share code, notes, and snippets.

@d3v-null
Last active June 27, 2017 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d3v-null/37024dae9b3ffa1c97e06985d21c65fc to your computer and use it in GitHub Desktop.
Save d3v-null/37024dae9b3ffa1c97e06985d21c65fc to your computer and use it in GitHub Desktop.
Here's how to fix 404s caused by disabling qTranslatex plugin. Change en|fr to a list of | separated language codes.
# BEGIN Derwent qTranslatex mods
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^(en|fr)(/.*|)$ $2 [L,NC,R=301]
</IfModule>
# END Derwent qTranslatex mods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment