Hello,

I have setup ssl on my apache test server, and I am able to access my pages like this:

https://localhost/?q=myPage 

but if I enable clean url and have this:

https://localhost/myPage

I'm getting a page not found. I should mention that http://localhost/myPage works properly.

How and where can I fix this so that I can use https with my clean url addresses?

Thanks!

Comments

xmacinfo’s picture

The SSL VirtualHost needs a AllowOverride All. So if you are able to see the HTTPS version of the site with ?q=, you just need to configure the SSL version of the VirtualHost.

See: http://drupal.org/node/475730#comment-1726870

Also in reference to:

http://drupal.org/node/396948#comment-2435598