Created
April 16, 2020 14:52
-
-
Save hachesilva/9d6bad9f3ca717172edf85f00767a030 to your computer and use it in GitHub Desktop.
Allow a certain file extension in Apache server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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