In this case, the scripts are functional, but the first time I type the location of .js file, I can get it open. Only when I refresh the page that I get redirected. I really can't understand why this happens...
I find this really useful to block hotlinks, but it's not always bloking type-in requests.
By the way, I have no access to apache configuration.
VidCoder 12.20 by Razvan Serea
VidCoder is a DVD/Blu-ray ripping and video transcoding application for Windows. It uses HandBrake as its encoding engine. Calling directly into the HandBrake library gives it a more rich UI than the official HandBrake Windows GUI. VidCoder can rip DVDs but does not defeat the CSS encryption found in most commercial DVDs.
You’ll need the NET 8 Desktop Runtime. If you don’t have it, VidCoder will prompt you to download and install it. The Portable version is self-contained and does not require any .NET Runtime to be installed.
You do not need to install HandBrake for VidCoder to work.
Feature list:
Multi-threaded
MP4, MKV containers
Completely integrated encoding pipeline: everything is in one process and no huge intermediate temporary files
H.264, H.265, MPEG-4, MPEG-2, VP8, Theora video
Hardware-accelerated encoding with AMD VCE, Nvidia NVENC and Intel QuickSync
AAC, MP3, Vorbis, AC3, FLAC audio encoding and AAC/AC3/MP3/DTS/DTS-HD passthrough
Target bitrate, size or quality for video
2-pass encoding
Decomb, detelecine, deinterlace, rotate, reflect, chroma smooth, colorspace filters
Powerful batch encoding with simultaneous encodes
Customizable Pickers to automatically pick audio and subtitle tracks, destination, titles and more
Instant source previews
Creates small encoded preview clips
Pause, resume encoding
VidCoder 12.20 changes:
Updated HandBrake core to 1.11.2.
Download: VidCoder 12.20 | 47.0 MB (Open Source)
Download: Portable VidCoder 12.19 | 89.3 MB
Link: VidCoder Home Page | Github | Screenshot
Get alerted to all of our Software updates on Twitter at @NeowinSoftware
Normally, I admit when a title is clickbait (unfortunately, it's become somewhat necessary to compete against AI-dominated news sections today), but in this case, all supported versions is implied and doesn't need to be spelled out in the title. Of course, I'm covering a Patch Tuesday update bug that is only available to supported Windows SKUs. All our coverage relates to supported Windows software and SKUs only unless we expressly state that it's "unsupported", "unofficial", or "third-party". I'm sorry, but supported/official SKUs don't need to be spelled out as such in every Neowin headline.
Recent Achievements
Jordan Smith earned a badge Week One Done
BizSAR earned a badge Reacting Well
AndreaB earned a badge First Post
Huge Trailer earned a badge Week One Done
Classifyskilleducation earned a badge Week One Done
Question
andressito
Hi everyone,
I'm trying to use the .htaccess file to prevent type-in access to .js (javascript) files which are located in a /scripts folder
with:
I can block type-in access, but the pages cannot use the scripts. I add "Allow from 127.0.0.1" but no results.
I also tried:
Options +FollowSymlinks RewriteEngine On RewriteCond %{HTTP_REFERER} !^http://mydomain.* [NC] RewriteRule .*\.(js)$ http://mydomain.com [R,L]In this case, the scripts are functional, but the first time I type the location of .js file, I can get it open. Only when I refresh the page that I get redirected. I really can't understand why this happens...
I find this really useful to block hotlinks, but it's not always bloking type-in requests.
By the way, I have no access to apache configuration.
Any help would be appreciated.
Thanks
Link to comment
https://www.neowin.net/forum/topic/905644-prevent-access-to-files-using-htaccess/Share on other sites
7 answers to this question
Recommended Posts