Recent content by Jason566786

  1. J

    Can't create SSL Certificate via API

    Did you get it working? I am having the same issue with this code: Result: Array ( [error] => 1 [text] => Cannot Execute Your Request [details] => You do not own that domain ) Cert creation works fine when created manually in the webinterface. Edit: When using the apitest credentials...
  2. J

    Force 2fa all users

    Did anyone find a way to enforce 2fa setup for all users? I would really like to see this feature implemented. After logging in, if not set up, the user should be redirected to the 2fa page with a notice that they should enable 2fa before continuing.
  3. J

    Set SSL via Letsencrypt for multiple domains at once via SSH

    I found this: https://help.directadmin.com/item.php?id=2147 And this: https://directadmin.com/features.php?id=2964 However, this requires the setting to be set to "Shared Server Certificate on the SSL Certificates page. it must not be set to have a pasted cert, as this will be a fully separate...
  4. J

    Set SSL via Letsencrypt for multiple domains at once via SSH

    Hello, I am in the process of migrating around a 100 domains to a new server, after importing each user the SSL certificate setting will use the certificate from the previous server without automatic renewal (as far as I understand). Is there a way to enable automatic renewal (by default) for...
  5. J

    403 Forbidden Error

    All files or just a few? Try resetting the permissions through the Direct Admin file explorer. Or contact your host.
  6. J

    Custom error pages not working

    The default settings under Custom error pages were left untouched, I just edited the default files under the users domain through FTP. I have it working now, thanks anyways!
  7. J

    Custom error pages not working

    I was able to fix this by adding the ErrorDocument directive to the .htaccess file like this: ErrorDocument 403 /403.shtml If anyone has more information on why the Custom error page settings do not take effect I would appreciate it. Thanks
  8. J

    Custom error pages not working

    I have made some custom error pages that I want new users to have instead instead of the default ones. These are located under the default folder of the reseller. The files in there are copied nicely to the new user's domain folder. Now, when I type a wrong link I get the correct custom...
Back
Top