This is what they mean:
(from http://www.apache.org/docs-2.0/mod/mod_rewrite.html)
***
'proxy|P' (force proxy)
This flag forces the substitution part to be internally forced as a proxy
request and immediately (i.e., rewriting rule processing stops here) put
through the proxy module. You
I am wrong! ;)
" Tais M. Hansen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> AFAIR it's [P]ermanent and [T]emporary... But I could be wrong!!
> -tais
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additi
AFAIR it's [P]ermanent and [T]emporary... But I could be wrong!!
-tais
"Martin Lindhe" <[EMAIL PROTECTED]> wrote in message
831D8A28AF18D5119EAA00E018C5B81C23BA13@MAIL1">news:831D8A28AF18D5119EAA00E018C5B81C23BA13@MAIL1...
> >useful link: http://www.apache.org/docs-2.0/misc/rewriteguide.html
>
I think if you use "RedirectMatch temp ..." it'll work...
-tais
"Martin Lindhe" <[EMAIL PROTECTED]> wrote in message
831D8A28AF18D5119EAA00E018C5B81C23BA11@MAIL1">news:831D8A28AF18D5119EAA00E018C5B81C23BA11@MAIL1...
> > I think I remember doing it a while ago. But I think you need to use
> > mo
I think I remember doing it a while ago. But I think you need to use
mod_alias instead. Take a look here:
http://httpd.apache.org/docs-2.0/mod/mod_alias.html#redirect
The Redirect/RedirectMatch/RedirectTemp might do it.
--
Tais M. Hansen
"Martin Lindhe" <[EMAIL PROTECTED]> wrote in message
83
Note: The example I wrote is only 3 lines, each starting with RewriteX!
Beware of unintended line breaks caused by newsposting. :)
--
Tais M. Hansen
" Tais M. Hansen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> ---snip---
> RewriteEngine on
> RewriteCo
Hi Martin,
Take a look at the Apache mod_rewrite docs.
http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html
I added this to my httpd.conf:
---snip---
RewriteEngine on
RewriteCond %{HTTP_HOST}^nu\.osd\.dk$
RewriteRule ^.*$http://www.osd.dk/main.php?m=nu
[R=301,L]
---
Hi,
Does anyone know why the custom error handler (set_error_handler) doesn't
catch all errors? Some still falls through to PHP's standard error handler.
Bug?
(PHP/4.0.4pl1)
--
Thanks,
Tais M. Hansen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED
Hi!
I just came across this weird thing. Bug? You tell me!
print (int)((8.85-8)*100);
I would think the line above would print "85". But for some reason, it
prints "84"?? Can anyone tell me why that is?
--
Intent A/S
Tais M. Hansen
Web Developer
--
PHP Genera
Actually I ran it under PHP/4.0.4pl1! Forgot which server I were using! ;)
But great that you got it working! I too hate seemingly illogical errors! :)
--
--
Intent A/S
Tais M. Hansen
Web Developer
""Plutarck"" <[EMAIL PROTECTED]> wrote in message
9auchs$jku$[EMAIL P
Hi,
Well... I don't know if this is any help but I ran your code under PHP/4.0b4
and got:
"Inside2 Inside2 Inside2 "
Seems right to me?
--
--
Intent A/S
Tais M. Hansen
Web Developer
""Plutarck"" <[EMAIL PROTECTED]> wrote in message
9asamr$865$
SOLVED!
Setting TMPDIR="site-specific-upload-directory" at execution time of the PHP
parser, made it work. The directory must have a+rwx though!
--
--
Intent A/S
Tais M. Hansen
Web Developer
""[Intent A/S] Tais M. Hansen"" <[EMAIL PROTECTED]> wrote in
h, but apparently the
files written with FTP can't be manipulated with PHP. Can't create new files
and can't unlink the old! No permission.
I must admit I've come to hate the web hotel this is all running on!
Thanks!
--
--
Intent A/S
Tais M. Hansen
Web Developer
"
p dir with the uid of what php is running with and since the
script I'm working with will always have a different ownership/uid than the
php process, I won't be able to read this file.
Does anyone know how to get around this problem?
Thanks in advance!
--
--
Intent A/S
Tais M.
14 matches
Mail list logo