Search results

  1. S

    Trailing slashes

    I am working on an API and I have come across the issue of trailing slashes. So far, I have been storing the php code for each endpoint into a file called index.php in a folder with the name of the endpoint. When I try with the trailing slash, I get the response generated by the php code. When I...
  2. S

    SSL Certificate Renewal

    Certificate ACME in use. Auto Renewal in -30 Days. Certificate Hosts scotwatson.x10.mx, www.scotwatson.x10.mx Certificate Expiry Jun 13 20:47:19 2024 GMT The certificate claim to auto-renew, but has not done so. Does auto-renewal not work? Do I need to do something to make it renew?
  3. S

    CORS

    I am experimenting with using PHP as an API. However, I am getting CORS errors. How do I configure my domain to accept CORS?
  4. S

    Auto-Generated Content

    The Terms of Service prohibit "Auto-Generated Content", but any PHP script will automatically generate content and PHP scripts are allowed. The ToS gives a short list of examples, but it is not clear what criteria this examples are pointing to. Could someone clarify what is meant by this?
  5. S

    Server-side Scripting

    I want to start into server-side scripting. On this platform, it appears PHP is the language of choice. I believe this means I have to log into the phpMyAdmin site, but I do not know what Username and Password it is looking for.
  6. S

    Adding SSL Certificate

    Hi! This is my first time here. I am trying to add an SSL cert to my site. I decided I want a "Let's Encrypt" certificate, so I selected "Get automatic certificate from ACME provider." Yet, when I click "Save", I get the error message "Cannot execute your request Weekly rate limit of 200 for...
Top