Skip to content

Instantly share code, notes, and snippets.

@martiuh
Created December 8, 2018 17:30
Show Gist options
  • Save martiuh/73e335395a76fefa380966e7226b09d3 to your computer and use it in GitHub Desktop.
Save martiuh/73e335395a76fefa380966e7226b09d3 to your computer and use it in GitHub Desktop.
RewriteCond %{REQUEST_URI} !=^/movies/(\d*)/?$
RewriteRule ^movies/\d* /public/movies/movieId/ [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment