
- #XAMPP DOWNLOAD 64 BIT FOR WINDOWS 10 PORTABLE INSTALL#
- #XAMPP DOWNLOAD 64 BIT FOR WINDOWS 10 PORTABLE DRIVER#
- #XAMPP DOWNLOAD 64 BIT FOR WINDOWS 10 PORTABLE FULL#
Sarn Phamornsuwana Back-End Developer & Entrepreneur Search for Recent Posts SSLCertificateKeyFile "C:/xampp/apache/conf/ssl.key/server.key" SSLCertificateFile "C:/xampp/apache/conf/ssl.crt/server.crt" As for SSLCertificateFile and SSLCertificateKeyFile you may have to specify the absolute path:

And make sure the DocumentRoot points to your project’s directory. If you want to setup SSL, in nf which you can access from the Control Panel, look for this line:Īnd make sure SSLEngine is on. If you see your website by going to the url you have set (e.g. This will prevent the two webservers from fighting over port 80. At this time, if you have IIS on, you need to turn it off for all sites. You should see that SQLSRV is mentioned on the page. I would create a simple test.php that hasĪnd see if everything is installed correctly.
#XAMPP DOWNLOAD 64 BIT FOR WINDOWS 10 PORTABLE INSTALL#
A basic configuration I do is below, just make sure the SQLSRV dll(s) matches the filenames you placed in the ext folder in step 5:ĭate.timezone = America/Chicago override accordinglyĭownload the SQL Server ODBC drivers from here and install them.
#XAMPP DOWNLOAD 64 BIT FOR WINDOWS 10 PORTABLE DRIVER#
The drivers goes into: C:\xampp\php\extĪdd driver references to PHP and other configurations through PHP.ini which can be access through the XAMPP control panel. Since this is a simple local Windows machine that doesn’t have multiple PHP threads running, I typically install the NTS (non-thread safe) drivers. I am installing PHP 7.1 so I’ll be using the SQLSRV drivers 7.1. Once you download the drivers, extract them and install the one that matches the PHP version that you are using. Next is to add entries in the C:\xampp\apache\conf\extra\ nf file. This would be done inside C:\xampp\htdocs Now it’s time to clone down my repo from Github. Open it up in Notepad with “ Run as Administrator.” An example entry is: This is done through the host file located in C:\Windows\System32\drivers\etc.

Now I need it’s time to map the project url to the local IP address. I’ve went with the default option and unchecked MySQL, Filezilla FTP Server, Mercury Mail Server, Tomcat, and Perl.

#XAMPP DOWNLOAD 64 BIT FOR WINDOWS 10 PORTABLE FULL#
For full transparency, here are the “important” specs to my current workstation. The local machine will continue to be Windows based. Locally, we will need to have an IIS and Apache stack running on our Windows machine for the time being until the conversion process is over. We are in the process of converting over to a Linux-Apache stack after hosting our PHP site on a Windows-IIS stack.
