Would you like to learn how to install Apache and deny direct access to images? In this tutorial, we are going to configure the Apache server to block direct access to images on your website.

• Ubuntu 20
• Ubuntu 19
• Ubuntu 18
• Apache 2.4.41

In our example, the Apache server is hosting the website WWW.GAMEKING.TIPS.

Equipment list

The following section presents the list of equipment used to create this tutorial.

As an Amazon Associate, I earn from qualifying purchases.

Tutorial Apache - Blocking direct access to images

Install the Apache server.

Copy to Clipboard

Edit the Apache configuration file for the default website.

Copy to Clipboard

Add the following lines to this configuration file.

Copy to Clipboard

Change this line to your domain name.

Copy to Clipboard

Here is the file, before our configuration.

Copy to Clipboard

Here is the file, after our configuration.

Copy to Clipboard

Restart the Apache service.

Copy to Clipboard

In our example, the Apache server will forbid direct access to images on our website.

From a remote Linux computer, try to perform direct access to an image.

Copy to Clipboard

Here is the command output.

Copy to Clipboard

From a remote computer, open the browser and try to perform direct access to an image.

In our example, the following URL was entered in the Browser:

• http://www.gameking.tips/test1.jpg

The Apache server will deny access and display an error message.

Apache - Deny image direct access

Try to access the website URL and all images will be displayed.

Apache - Block image direct access

Congratulation! You configured the Apache server to block direct access to images.