Skip to content

Instantly share code, notes, and snippets.

@clesauln
Created October 17, 2016 22:05
Show Gist options
  • Save clesauln/8c57e76dbf6118f5b97f9f2d1a9ee2b3 to your computer and use it in GitHub Desktop.
Save clesauln/8c57e76dbf6118f5b97f9f2d1a9ee2b3 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^(build/dist/css/.*)$ http://ur-server/cachet_test/Cachet/public/$1 [R=301,L]
RewriteRule ^(build/dist/js/.*)$ http://ur-server/cachet_test/Cachet/public/$1 [R=301,L]
RewriteRule ^(api/v1/.*)$ http://ur-server/cachet_test/Cachet/public/$1 [R=301,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment