View Single Post
Old 01-23-2007, 09:55 AM  
donnie
Confirmed User
 
Join Date: Jan 2003
Posts: 1,630
mod_access question

How can I allow (using mod_access) my scripts to call each other but deny access for everybody else?

I have a script in folder "A" and it needs to be called by a script in folder "B". Only script in folder "B" should be able to call script in folder "A". Everybody else should be denied.

I can put something like this in folder "A":

<Limit GET POST>
order deny,allow
deny from all
allow from "What to put here?????"
</Limit>

Shit, I hope somebody understands what I am trying to say
donnie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote