0
Welcome Guest! Login
0 items Join Now

Cookie free domain for Gantry

  • Cookie free domain for Gantry

    Posted 11 years 11 months ago
    • Hi I am trying to get a cookie free sub domain runing on my gantry install so i can speed things up and running into some issues. note this is wordpress

      I set my root domain to be cookie free in wp-config with the following code
      define('COOKIE_DOMAIN', 'http://dev.ashburtonresortonslow.com.au');

      Then I make a sub domain in cpanel called static.ashburtonresortonslow.com.au' and point in to the wp-content folder

      The i update wp-config with
      define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/wp-content' );
      define('WP_PLUGIN_URL', 'http://static.ashburtonresortonslow.com.au/plugins');
      define( 'WP_CONTENT_URL', 'http://static.ashburtonresortonslow.com.au');

      It half works you can see the out put at dev.ashburtonresortonslow.com.au but not for all the gantry theme files. Can somone help me please. This method has worked for other wordpress themes for me to improve my yslow score and get paralel downloading happening. Open to other solutions for gantry

      Thanks

Time to create page: 0.032 seconds