CakePHP and SSL
问题 I just installed a SSL certificate on my website that uses CakePHP and now the site doesn't load anymore files from webroot (images, css files). Any ideas? I think SSL installation affected mod_rewrite, or something like this. 回答1: I just ran into this problem. Check your sites configuration for apache2. Make sure: AllowOverride all is set to allow .htaccess overrides under ssl. Here is my snippet of my config (on ubuntu). <IfModule mod_ssl.c> <VirtualHost _default_:443> ServerAdmin webmaster