ACTIVE: 1) Ensure .htaccess exists. Last was in 1.3.6: https://forum.directadmin.com/showthread.php?t=56708&s=eaa4137d4f1b26eae34ce365cfcb352f&p=290261#post290261 1.3.9 HAS .htaccess, just confirm. 2) 1.1.x+ download the "complete" version, and rename it to normal format, after copying newer DA driver. ===================== OLD - not needed? Not required as of 1.4.3 ---- Copy ./directadmin.php to: */plugins/password/drivers/directadmin.php ================================================================================================================================== ---- OLD - not needed ensure to mysql.update.sql contains version update that don't require mysql updates. 0.4 was missing, thus added it, so that updates from 0.4 to 0.5 will run updates for 0.4.2. [root@fl03445 SQL]# diff mysql.update.sql mysql.update.sql.orig -- Updates from version 0.7.1 -- Updates from version 0.7.2 -- Updates from version 0.8 -- Updates from version 0.8.1 -- Updates from version 0.8.2 -- Updates from version 0.8.3 -- Updates from version 0.8.4 It looks like 0.9.0 has segregated sql updates, which makes things much easier. --------