.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

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -