Which Directory Service do you use for your network?
None NIS LDAP LDAP + Kerberos Samba Active Directory eDirectory other ( 754 votes ~ 14 comments )
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.
This is the comment you were replying to, attached to the article Making prettier URLs with mod_rewrite:
#5 Re: Making prettier URLs with mod_rewrite Posted by Steve (82.41.xx.xx) on Wed 25 May 2005 at 15:28 There are more flags detailed in the Apache documentation. To specifically answer your question though, "L" stands for "last": Stop the rewriting process here and don't apply any more rewriting rules. This corresponds to the Perl last command or the break command from the C language. Use this flag to prevent the currently rewritten URL from being rewritten further by following rules. There are a lot of other flags from "G" meaning "gone" - to send back a response meaning that this page has gone away permanently, to others. I could give more examples, but a lot of them are hard to explain succinctly - instead I think it's probably as well to focus on the common ones, and leave the more advanced ones for people willing to read the documenation and experiment. Steve -- Steve.org.uk
There are more flags detailed in the Apache documentation.
To specifically answer your question though, "L" stands for "last":
Stop the rewriting process here and don't apply any more rewriting rules. This corresponds to the Perl last command or the break command from the C language. Use this flag to prevent the currently rewritten URL from being rewritten further by following rules.
Stop the rewriting process here and don't apply any more rewriting rules.
There are a lot of other flags from "G" meaning "gone" - to send back a response meaning that this page has gone away permanently, to others.
I could give more examples, but a lot of them are hard to explain succinctly - instead I think it's probably as well to focus on the common ones, and leave the more advanced ones for people willing to read the documenation and experiment.
Steve -- Steve.org.uk
Posting Format:
Inappropriate comments will be removed.
Some help on entry formatting is available
Username:
Password:
[ Advanced Login ]
Register Account