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 not > receive the variables... I tried GET forms and they work good. > Thanks for the reply.
This is a little bit of a strage setup. I'm not sure why it doesn't work; it may depend on what version you are running. If it was me, I'd try AliasMatch .*\.php$ /full/path/to/handlers/main.php instead. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]