On 12/4/05, Leonardo Sá <leolimasa@xxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx