• Resolved Thorsten :-)

    (@per4mance)


    Hi,

    I configured AWS CloudFront already and it works with another plugin without any issues. Now I wanted to test yours but there is only a setup process and not any kind of an existing one.

    You offer only cdn.yourdomain.com if own domain exists, but I use cdnaws.yourdomain.com

    How to resolve this issue please?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author luckychingi

    (@luckychingi)

    Hello @per4mance

    Try these steps,
    Enter the access ID and secret key on the plugin admin page and click List Distribution. This will pull the existing cloudfront configuration from Amazon.
    Reload the page
    Once you see the option to activate the cdn, manually enter cdnaws.yourdomain.com in the box under Activate Cloudfront on yourdomain.com

    Let me know if this helps

    Thread Starter Thorsten :-)

    (@per4mance)

    @luckychingi

    thank you but it doesn’t work. I followed your instructions but only get this, see screenshot:
    https://www.screencast.com/t/UR74de5WY

    Thread Starter Thorsten :-)

    (@per4mance)

    @luckychingi

    It seems your button List Distributiondoes not work. I click on it but my mouse pointer does not change, only the blue color becomes more intensice.

    Plugin Author luckychingi

    (@luckychingi)

    @per4mance

    I tested and the button works
    https://ibb.co/30tPhKW

    Can you tweak php code to enable debugging? Visit the plugin editor section

    /wp-admin/plugin-editor.php?plugin=aws-cdn-by-wpadmin%2Faws-cdn.php&Submit=Select

    Replace lines 21-24

    From

    
    /*ini_set('log_errors', 1);             
    
    error_reporting(E_ALL);
    
    $wpaws3_logpath = wpaacbasedir . 'debug.log';
    
    ini_set('error_log', $wpaws3_logpath);*/

    To

    
    ini_set('log_errors', 1); 
    
    error_reporting(E_ALL);
    
    $wpaws3_logpath = wpaacbasedir . 'debug.log';
    
    ini_set('error_log', $wpaws3_logpath);

    try to list distribution then visit the plugin editor again, you should see a debug.log file

    copy the contents here please.

    Plugin Author luckychingi

    (@luckychingi)

    no update since a long time

    Thread Starter Thorsten :-)

    (@per4mance)

    @luckychingi

    Unfortunately I didn’t test your code and switched back to the plugin that works without any issues.

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘What is if your domain name is not cdn.yourdomain.com?’ is closed to new replies.