Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hachesilva/9d6bad9f3ca717172edf85f00767a030 to your computer and use it in GitHub Desktop.
Save hachesilva/9d6bad9f3ca717172edf85f00767a030 to your computer and use it in GitHub Desktop.
Allow a certain file extension in Apache server
add this in the site's .htaccess file:
RewriteCond %{REQUEST_URI} !\.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment