No se como cuadrar el access para que me deje trabajar los post, tengo :

<Directory /home/*/public_html> 
    AllowOverride FileInfo AuthConfig Limit 
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec 
    <Limit GET POST OPTIONS PROPFIND> 
        Order Allow,Deny 
        Allow from all   
    </Limit> 
    <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK> 
        Order Deny,Allow 
        Deny from all    
    </Limit> 
</Directory> 


Pero no funciona, alguien me puede ayudar, tengo apache 1.3.26.

Gracias







Responder a