Re: [EMAIL PROTECTED] addhandler issue

2005-12-04 Thread Joshua Slive
On 12/4/05, Leonardo Sá <[EMAIL PROTECTED]> wrote: > I have this on the .htaccess file: > > Action phphandler /handlers/main.php > AddHandler phphandler .php > > So, anything.php would be handled by main.php right? Its working good, > except that when using forms with method=POST, main.php does no

Re: [EMAIL PROTECTED] addhandler issue

2005-12-04 Thread Leonardo Sá
-- Forwarded message -- From: Leonardo Sá <[EMAIL PROTECTED]> Date: Dec 4, 2005 6:23 PM Subject: Re: [EMAIL PROTECTED] addhandler issue To: Joshua Slive <[EMAIL PROTECTED]> I have this on the .htaccess file: Action phphandler /handlers/main.php AddHandler phphand

Re: [EMAIL PROTECTED] addhandler issue

2005-12-04 Thread Joshua Slive
On 12/4/05, Leonardo Sá <[EMAIL PROTECTED]> wrote: > Im writting a php based front controller for my website, and i choosed > to do so by redirecting all php file request to one file: > > addhandler phphandler .php > > works fine. However, I can only use GET requests within my scripts. > POST varia

[EMAIL PROTECTED] addhandler issue

2005-12-04 Thread Leonardo Sá
Im writting a php based front controller for my website, and i choosed to do so by redirecting all php file request to one file: addhandler phphandler .php works fine. However, I can only use GET requests within my scripts. POST variables seem to get lost somehow. Is it possible to fix it or is t