Re: Function returning but continues execution

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



# david@xxxxxxxxxxxxxxx / 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux