Stop hotlinking from outside domains by using .htaccess?
How to stop hotlinking from outsides domains. You can stop the hotlinking from outsider domain by using following rule in .htaccess RewriteEngine On RewriteCond %{HTTP_REFERER} […]
How to stop hotlinking from outsides domains. You can stop the hotlinking from outsider domain by using following rule in .htaccess RewriteEngine On RewriteCond %{HTTP_REFERER} […]
The default wordpress .htaccess file code is as follows # BEGIN wordpress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_fileNAME} !-f RewriteCond %{REQUEST_fileNAME} !-d RewriteRule […]
You can patch openssl version by using following steps but make sure that you are able to SSH server as root user user. root@gunjan[/usr/local/src]#cd /usr/local/src […]
Yes its always good to know uptime for Server.You can check Server uptime by using following commands. root@admin [~]# uptime 04:34:25 up 20 days, 14:31,Β […]
A core file created when ever a program terminates unexpectedly and its also useful for determining what caused the termination. In many Linux server by […]
Copyright Β© 2025 Kaizen Software Solutions. All rights reserved.