
Good content takes time and effort to come up with.
Please consider supporting us by just disabling your AD BLOCKER and reloading this page again.
A hotlinking is a process of using our website images, static assets (CSS, Javascript, Fonts etc.) to other websites that are not related to us. Because of this, our website performance will reduce drastically. Every time the other user website loads it will pull the resources from our website.
No need to worry as we can prevent it with the following method
valid_referers none blocked wifidabba.com *.wifidabba.com;
if ($invalid_referer) {
return 403;
}
location ~* \.(gif|otf|jpg|jpeg|png|css|js)$ {
valid_referers none blocked wifidabba.com *.wifidabba.com;
if ($invalid_referer) {
return 403;
}
add_header Cache-Control public;
add_header Pragma public;
add_header Vary Accept-Encoding;
expires max;
}
Dependency Dropdowns With Javascript And PHP
SQLite Doesn't Support Dropping Foreign Keys in Laravel
Free SSL Certificate In cPanel With ZeroSSL & Certbot
Composer Install v/s Composer Update
Laravel Last Executed Query In Plain SQL Statement For Debugging
Foreign Key Migrations Simplified In Laravel 7.x
Setup MAMP Virtual Hosts For Local PHP Development
Free SSL Certificate For CPanel
Laravel 7.x Multiple Database Connections, Migrations, Relationships & Querying