Re: Using Apache's mod_rewrite to hide scripts extension



..oO(Guillaume)

Álvaro G. Vicario a écrit :
Tim Roberts escribió:
[L]
rewriting starts again

Or not, L flag stands for Last, it shouldn't start again and directly
serve the request, i.e. foo.php.

The L flag means that no further rules are evaluated for the _current_
request, but if some rewriting action triggers an internal redirect,
then the entire process starts again from the first RewriteRule.

Micha
.



Relevant Pages

  • Re: [PHP] Function returning but continues execution
    ... # a valid URL! ... you will be redirecting to an invalid ... Remember that this flag on its own will only prepend ... and rewriting will continue. ...
    (php.general)
  • Re: Using Apaches mod_rewrite to hide scripts extension
    ... rewriting starts again ... Or not, L flag stands for Last, it shouldn't start again and directly serve the request, i.e. foo.php. ...
    (comp.lang.php)
  • Re: httpHandlers
    ... We are only rewriting URLs with aspx extensions e.g. ... "normal" request that needs to be rewritten. ... identfy this as a call to a handler. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: The right URL, server.transfer
    ... rewriting solution... ... contacted again and told to request the new page ... I'm afraid you'll need to re-think your solution. ... Sub Application_BeginRequest(ByVal sender As Object, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Newbie - Is there a PHP equivalent of Server.Transfer (in ASP.NET)
    ... stuff in PHP. ... request to a different page from the one that the user requested, ... No. Server.Transfer is IIS' way of doing URL rewriting. ...
    (comp.lang.php)