.htaccess - How to allow specific domain name to access my domain? -
i have in .htaccess
<limit post> deny allow xxx.x.xxx.x allow xxx.xx.xxx.x allow xxx.xx.xx.x </limit> so setup allowing ip access server need add cannot ip address need allow via url. how can accomplish case?
for example want developer.paypal.com/(any) allow access php scripts in server
you can use:
allow bla.com assuming bla.com domain name , assigned ip making requests site.
if ip not assigned domain name or dynamic can use different approach such user , password authentication, , others available.
Comments
Post a Comment