It didn't work. Still the same problem.
Thanks
"Marek Kilimajer" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Robert Winter wrote:
> > I have the following rewriterule:
> >
> > RewriteRule ^(([0-9]|[A-Z]|[a-z]|_)+)$ redire
I have the following rewriterule:
RewriteRule ^(([0-9]|[A-Z]|[a-z]|_)+)$ redirect.php?$1 [L]
that transforms http://mysite.com/XXX to http://mysite.com/redirect.php?XXX
and I need to also include to space char, for example
that transforms http://mysite.com/AB XX to http://mysite.com/redirect.ph
Hi. My www provider has set session.use_trans_sid default to ON.
I tried changing it in .htaccess or in the .php before session_start() but
relative links are always renamed to xxx?PHPSESSION=
I'm also printing the value of session_use_trans_sid with ini_get and it
always returns 1 ("on")!
I d
Do I a prevent Internet Explorer 6 from blocking cookies (session cookies,
etc)? Do I have to setup something in the META HEADERS?
Thanks
Robert
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You can use javascript timer that are much more flexible than because you can test for conditions, etc.
"Mike Mapsnac" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> I want to refresh page every 10 seconds, without clicking on "Refresh"
> button.
> Any ideas how this can be
ewriteEngine On
RewriteRule ^localpath(.*)$http://www.google.com$1
Thanks again!
"Marek Kilimajer" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Robert Winter wrote:
> > Where and how do I set this? I'm to Unix and PHP.
> >
>
&
Where and how do I set this? I'm to Unix and PHP.
"John Nichel" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Robert Winter wrote:
> > Is it possible to configure PHP/.htAccess/etc. for assuming a query when
the
> > users enters a path
Where and how do I set this? I'm to Unix and PHP.
"Marek Kilimajer" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Robert Winter wrote:
> > Is it possible to configure PHP/.htAccess/etc. for assuming a query when
the
> > users enters a path
Is it possible to configure PHP/.htAccess/etc. for assuming a query when the
users enters a path like this:
www.myserver.com/path/154--> assumes
www.myserver.com/path/index.php?code=154
The only thing I could do is avoid writing index.php but I still have to
write the ?: www.myserver.com/path
9 matches
Mail list logo