We are now having our main website on SSL, so have updated htaccess to use SSL.
However, this means XAMPP won't run the site because it's trying to replace the http.
So can XAMPP work with SSL and make some sort of fake certificate to run locally, or do I have to have a developer version of HTACCESS that's non SSL?
Xampp: can I make it work with https?
Moderator: General Moderators
-
simonmlewis
- DevNet Master
- Posts: 4435
- Joined: Wed Oct 08, 2008 3:39 pm
- Location: United Kingdom
- Contact:
Xampp: can I make it work with https?
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
All the best from the United Kingdom.
Re: Xampp: can I make it work with https?
Better to do this in the vhost if you can. http://httpd.apache.org/docs/2.4/rewrite/avoid.htmlsimonmlewis wrote:We are now having our main website on SSL, so have updated htaccess to use SSL.
Also solved by the above.simonmlewis wrote:However, this means XAMPP won't run the site because it's trying to replace the http.
I'm sure it can. I've done that plenty on Linux and OS X. Not a Windows user myself, but there are plenty of resourcessimonlewis wrote:So can XAMPP work with SSL and make some sort of fake certificate to run locally
https://www.google.com/search?q=windows ... 8&oe=utf-8
I've used something like this: http://brianflove.com/2014/12/01/self-s ... -yosemite/
Not sure if it will be of use given the different OS