# [EMAIL PROTECTED] / 2007-01-22 19:56:58 +0000:
> Roman Neuhauser wrote:
> >Bzzzt, I'm an idiot.  It doesn't, of course.  You're still missing [L]
> >and that's what I was trying to point you at until the cat ran over my
> >keyboard...
> 
> Alright. So if the rewrite rules were (and they are):
> 
> RewriteRule ^section/account(/)?$ index.php?cmd=section/account
> RewriteRule ^section/addfriend(/)?(.*)$ 
> index.php?cmd=section/addfiend&username=$2
> RewriteRule ^section/approvefriend(/)?(.*)$ 
> index.php?cmd=section/approvefriend&username=$
> RewriteRule ^section/deletefriend(/)?(.*)$ 
> index.php?cmd=section/deletefriend&username=$2
> RewriteRule ^section(/)?$ index.php?cmd=section/index
> 
> RewriteRule ^anothersection(/)?(.*)$ 
> index.php?cmd=listingnav&url=anothersection/$2
> 
> Where would the correct place be?

append [L,NS] to all RewriteRules


-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to