Skip to content

Instantly share code, notes, and snippets.

@gmclelland
Forked from BluecadetInteractive/.htaccess
Created March 5, 2013 21:53
Show Gist options
  • Save gmclelland/5094668 to your computer and use it in GitHub Desktop.
Save gmclelland/5094668 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/path/to/page [NC]
RewriteRule ^(.*)$ /static/page.html [L]
</IfModule>
@gmclelland
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment