Re: Function returning but continues execution

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

 



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?

David

--
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