Skip to content

Instantly share code, notes, and snippets.

@d3orn
Created November 7, 2017 14:42
Show Gist options
  • Save d3orn/290ff4bdd5cf68c2b8cd6c005b59f754 to your computer and use it in GitHub Desktop.
Save d3orn/290ff4bdd5cf68c2b8cd6c005b59f754 to your computer and use it in GitHub Desktop.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteCond %{REQUEST_URI} ^/oxocard-blockly/
RewriteRule ^ http://www.oxocard.ch/oxocard-blockly [R=301,L]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment