Skip to content
tech.tutulutu.ee
Simple Blog about Tech – written for myself. Use with caution.
  • Home
  • Links
command-line

How to prevent a file from direct URL Access using htaccess

Posted February 16, 2024
RewriteEngine on 
RewriteCond %{HTTP_REFERER} !^http://(www\.)?localhost [NC] 
RewriteCond %{HTTP_REFERER} !^http://(www\.)?localhost.*$ [NC] 
RewriteRule \.(gif|jpg)$ - [F]

Thanks to https://stackoverflow.com/questions/10236717/how-to-prevent-a-file-from-direct-url-access

htaccess

Post navigation

Older post
redirect webpage and subfolders to another website
Newer post
Prevent access to folder and add a message using htaccess

Recent Posts

  • Change Moodle domain
  • Get Moodle version
  • How to begin with your code like from scratch in git context
  • Get info about network
  • Git tutorials

Categories

  • Angularjs
  • apache
  • Atom
  • aws
  • bootstrap
  • command-line
  • css
  • docker
  • firefox
  • Git
  • gmail
  • https
  • Java
  • jQuery
  • LAN
  • laravel
  • linux
  • music
  • MySQL
  • network
  • nginx
  • nodejs
  • npm
  • php
  • phpunit
  • printers
  • Python
  • Sailsjs
  • sql
  • ssh
  • SSL and HTTPS
  • thunderbird
  • Uncategorized
  • vim
  • web
  • woocommerce
  • wordpress

Tags

angularjs apache atom aws bootstrap browser command line cron css dns docker dpkg find find file firefox gedit git htaccess html htpasswd https java laravel linux lvm moodle mysql nautilus network nginx npm php phpunit port printers rsync s3cmd scp server ssh ssl thunderbird ubuntu woocommerce wordpress
© 2026 tech.tutulutu.ee
Powered by WordPress | Theme: Graphy by Themegraphy