Skip to content

Instantly share code, notes, and snippets.

@ano
Created March 9, 2023 09:20
Show Gist options
  • Save ano/646ab1e0e0d73baf7c1ebff36b12302f to your computer and use it in GitHub Desktop.
Save ano/646ab1e0e0d73baf7c1ebff36b12302f to your computer and use it in GitHub Desktop.
a .htaccess file to redirect from the folder “.forms/v12/“ to the folder “.forms/v18/“ for Machorm
RewriteEngine on
RewriteRule ^forms/v12/(.*)$ forms/v18/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment