.htaccess - Allow only specific MAC addresses in Htaccess -


is possible .htaccess files allow requests specific mac address instead of ip address?

and if answer yes, how?

short answer: no

ethernet mac not transferred in ip packet, in ethernet header. when ip packet leaves lan (technically local broadcast domain) ethernet header stripped off , mac address "lost".


Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -