I notice i cannot run drupal content on pagekite...it is not being rendered correctly...how to fix?? This is exactly what i needed
Comments
Bjarni RĂșnar Einarsson saidon 2012-08-24, 17:09
Hi!
As far as I know, PageKite works with all web servers and CMS systems, including Drupal. Without further details it is hard to be sure, but my guess is that your problems stem from absolute URLs in your HTML or Javascript content. PageKite does not modify the contents of your web pages in any way, so if your pages say "fetch CSS from localhost", those pages will render incorrectly for remote users.
This is pretty easy to verify, just do a 'view source' on a page which renders incorrectly and search for src= attributes pointing to localhost or 127.0.0.1 (or other dev names). It may be a bit of work to clean up your site to only use relative URLs, but in the end it should be worth it as that will make it much easier to deploy the site to a dedicated public server should you choose to do so.
Comments
As far as I know, PageKite works with all web servers and CMS systems, including Drupal. Without further details it is hard to be sure, but my guess is that your problems stem from absolute URLs in your HTML or Javascript content. PageKite does not modify the contents of your web pages in any way, so if your pages say "fetch CSS from localhost", those pages will render incorrectly for remote users.
This is pretty easy to verify, just do a 'view source' on a page which renders incorrectly and search for src= attributes pointing to localhost or 127.0.0.1 (or other dev names). It may be a bit of work to clean up your site to only use relative URLs, but in the end it should be worth it as that will make it much easier to deploy the site to a dedicated public server should you choose to do so.
Hope this helps!