[PHP] Re: htaccess question

2013-04-10 Thread James Moe
On 04/09/2013 11:07 AM, Al wrote: > I know it's not a php question, but I can't readily find the answer > elsewhere. > Try . -- James Moe jmm-list at sohnen-moe dot com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Re: htaccess question

2011-04-26 Thread Al
On 4/26/2011 5:54 AM, David Robley wrote: Al wrote: I want to restrict access to all files except one on my site and in parent dir. Thought this should work; but it doesn't. Order Deny,Allow Deny from all Allow from xx.36.2.215 xx.36.2.215 is actual value IP This file makes a captcha ima

[PHP] Re: htaccess question

2011-04-26 Thread David Robley
Al wrote: > I want to restrict access to all files except one on my site and in parent > dir. Thought this should work; but it doesn't. > > > Order Deny,Allow > Deny from all > Allow from xx.36.2.215 > > > xx.36.2.215 is actual value IP > > This file makes a captcha image and is called with >

[PHP] Re: htaccess question

2011-04-24 Thread Al
On 4/24/2011 5:48 PM, Al wrote: I want to restrict access to all files except one on my site and in parent dir. Thought this should work; but it doesn't. Order Deny,Allow Deny from all Allow from xx.36.2.215 xx.36.2.215 is actual value IP This file makes a captcha image and is called with

[PHP] Re: htaccess question

2009-09-11 Thread tedd
At 10:15 AM -0500 9/11/09, Shawn McKenzie wrote: .htaccess php_value auto_prepend_file "/path/to/auth.php" Thanks! -Shawn AND At 5:11 PM +0200 9/11/09, J DeBord wrote: > Here is a link to the manual. http://www.php.net/manual/en/ini.core.php#ini.auto-prepend-file *PHP_INI_PERDIR* Entr

[PHP] Re: htaccess question

2009-09-11 Thread Shawn McKenzie
tedd wrote: > Hi gang: > > Is there a way I can use a htaccess directive to require a php script to > be "included" within each file contained within that directory? > > For example, let's say I have a directory with 100 scripts in it, but I > want each script within that directory to pass throug

[PHP] Re: .htaccess question protect my php test environment

2003-10-25 Thread James Moe
Frank Tudor wrote: I restart the server and then go to another computer and put in the URL and no password box comes up. Add this to the [virtual]host's section: AllowOverride AuthConfig Options and restart httpd. -- jimoe at sohnen-moe dot com -- PHP General Mailing List (http://www.php.n