Richard Lynch wrote:
On Thu, May 12, 2005 12:48 pm, dan said:
I'm trying to override the value of php.ini's 'auto_prepend_file'
function, inside of an Apache Directory container. I'm not having much
luck. In fact, no luck at all. This never happens.
So I'm wondering now, are functions set by 'ph
Richard Lynch wrote:
On Thu, May 12, 2005 12:48 pm, dan said:
I'm trying to override the value of php.ini's 'auto_prepend_file'
function, inside of an Apache Directory container. I'm not having much
luck. In fact, no luck at all. This never happens.
So I'm wondering now, are functions set by 'ph
On Thu, May 12, 2005 12:48 pm, dan said:
> I'm trying to override the value of php.ini's 'auto_prepend_file'
> function, inside of an Apache Directory container. I'm not having much
> luck. In fact, no luck at all. This never happens.
>
> So I'm wondering now, are functions set by 'php_value' in
dan wrote:
dan wrote:
Hello, all -
I'm trying to override the value of php.ini's 'auto_prepend_file'
function, inside of an Apache Directory container. I'm not having
much luck. In fact, no luck at all. This never happens.
So I'm wondering now, are functions set by 'php_value' inside of an
A
dan wrote:
Hello, all -
I'm trying to override the value of php.ini's 'auto_prepend_file'
function, inside of an Apache Directory container. I'm not having much
luck. In fact, no luck at all. This never happens.
So I'm wondering now, are functions set by 'php_value' inside of an
Apache confi
Hello, all -
I'm trying to override the value of php.ini's 'auto_prepend_file'
function, inside of an Apache Directory container. I'm not having much
luck. In fact, no luck at all. This never happens.
So I'm wondering now, are functions set by 'php_value' inside of an
Apache config file only
zine for PHP Professionals
http://www.phparch.com
- Original Message -
From: "Dennis Gearon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 22, 2003 8:39 PM
Subject: [PHP] auto_prepend_file
> Is there any settings that will silently disable the
Is there any settings that will silently disable the ability for a
<.htaccess> file to use the
php_value auto_prepend_value "some file name"
directive? Some safe mode thing, or an ini setting or something?
The people at the host I'm at just CAN'T seem to get it working on my
site. It's an
> Trying to use
> php_value auto_prepend_file /path/to/file/checkauth.php
> in an .htaccess file.
>
> I've used this before without problems, however with this instance, I
> keep getting a message in my browser which says:
> Redirection limit for this URL exceeded. Unable to load the requested
>
You're looping endlessly because SESSION is not getting registered anywhere.
-Original Message-
From: Kevin Heflin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 5:16 PM
To: php-general
Subject: [PHP] auto_prepend_file
Trying to use
php_value auto_prepend_file /path/to
On Wednesday, March 26, 2003, at 07:15 PM, Kevin Heflin wrote:
Trying to use
php_value auto_prepend_file /path/to/file/checkauth.php
in an .htaccess file.
I've used this before without problems, however with this instance, I
keep getting a message in my browser which says:
Redirection limit for
Trying to use
php_value auto_prepend_file /path/to/file/checkauth.php
in an .htaccess file.
I've used this before without problems, however with this instance, I
keep getting a message in my browser which says:
Redirection limit for this URL exceeded. Unable to load the requested
page.
my check
The problem is that non-php files are not (normally) parsed through the
PHP interpreter, and therefore the clause you're specifying has no
effect.
There are two solutions (at least that come to mind now):
1) Change your Apache configuration so that all files are parsed through
PHP (inefficient an
Hi,
I couldn't find this in the documentation, or in the archives of the mailing list, so
I apologize if it's been answered many times before :)
I'm trying to use auto_prepend_file to prepend a php file to every file in a folder,
not just .php files.
I have:
php_value auto_prepend_file "/
What I want to do is have a function available to all my php files without
having to use an include in every page. So what I did was put this line in
my .htaccess file:
php auto_prepend_file "pathtoscript/uniemail.php"
It didn¹t work, I also tried php_auto with the underscore in
On Tue, 14 Aug 2001 05:05, lolodev wrote:
> recetly i ask about running automatically a page after each request
> page.
>
> response is auto_prepend_file, auto_append_file,
>
> but how can i prepend file is the same for all php.ini
>
> but how can i do this with my provider , and how can i have a
recetly i ask about running automatically a page after each request page.
response is auto_prepend_file, auto_append_file,
but how can i prepend file is the same for all php.ini
but how can i do this with my provider , and how can i have a
auto_prepend_file different to another web site?
(my e
Please read http://www.php.net/manual/en/configuration.php
You need to use:
php_value auto_prepend_file /usr/local/htdocs/oi2kplus1/phplib/prepend.php
-Rasmus
> I'm trying to get auto_prepend to work on Mandrake 8.0, apache is
> configured with mod_php4 and mod_vhosts. Where do I add the comma
I'm trying to get auto_prepend to work on Mandrake 8.0, apache is
configured with mod_php4 and mod_vhosts. Where do I add the command for
prepending?
I've tried in the vhosts.conf and http.conf, could be my syntax..
I've tried the following in both .confs:
auto_prepend_file /usr/local/htdocs/oi2k
19 matches
Mail list logo