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.
TechPowerUp GPU-Z 2.70.0 by Razvan Serea
GPU-Z is a lightweight system utility designed to provide vital information about your video card and graphics processor. At launch, it automatically scans your system and reports the card name, GPU, release date and transistors, BIOS version, ROPs, memory type, and memory size.
Main Features:
Supports NVIDIA, AMD, ATI and Intel graphics devices
Displays adapter, GPU and display information
Displays overclock, default clocks and 3D clocks (if available)
Includes a GPU load test to verify PCI-Express lane configuration
Validation of results
GPU-Z can create a backup of your graphics card BIOS
No installation required, optional installer is available
Support for Windows XP / Vista / Windows 7 / Windows 8 / Windows 10 (both 32 and 64 bit versions are supported)
GPU-Z 2.70.0 changelog:
Improved kernel driver security
Added die size for Qualcomm Adreno 741
Added support for NVIDIA RTX 6000D, RTX Pro 500 Blackwell Embedded, Tesla V100-DGXS-32GB, PG500-216
Added support for Intel Arc Pro B70, B65, A60 ES, Alder Lake ES
Added support for Qualcomm Snapdragon X2 Elite, 778G/782G
Added vendor detection for HKC/Sambada, AWES
Download page: GPU-Z 2.70.0 | 11.1 MB (Freeware)
View: GPU-Z Website | Screenshot
Get alerted to all of our Software updates on Twitter at @NeowinSoftware
Nah. For every indie dev that needs to create code for "stuff" or textures, it's a godsend enabler to possibly tackle a project that you may not otherwise. The end result and testing will tell the truth if everything works or doesn't, or a game is just mediocre slop, but now these tools are now there and it's the developer's duty to judge the outcome, and even more so for pro studios. And you gotta remember that they will be at an early stage.
As a game dev, today was really depressing. They announced that Blueprints will be deprecated in UE6 to be fully replaced by their sh**ty Python-like Verse language... They also announced that 5.8 will be the last version of UE5 until UE6 comes out in MID 2029!!!! They have completely lost the plot.
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