s! > > As you didn't post any code or a good explanation of what you are trying > to accomplish this is a shot in the dark, but do you have > "register_globals" turned on in php.ini? > This is not a good thing really, and disabled by default in the newer > versions, but most isp's have it enabled because a lot of old scripts > depends on it. > Security-hazard to turn it on, but might worth a try... I believe that the standard Fedoria install takes care of this. Have (can) you check the error_log, and access_log for apache? Keep in mind that there are two parts to using UserDir, the part you mentioned and the <Directive(s)> </Directives>. I believe you have to enable POST/GET with in the <UserDir> directive. Check /manual (or http://httpd.apache.org) for detail, or cross post (search) apache mailing list. Also you can use the simple form example on php tutorial at http://php.net. to setup. Since we know that code is correct. David