BAV Posted October 18, 2022 Share Posted October 18, 2022 Hi. Thanks for any response in advance. I am using: 1. WP on my localhost setup (using Flywheel free Local) which contains its own database .... 2. XAMPP , installed in my local XAMPP folder, which contains its own php and Apache versions ... My question what is considered to be the correct php install configurations when I want to use them both? (Ex: create and run WP routines as well as for non-WP purposes.) Thx BAV I apologize if my post is off topic from "Coding" but I was reluctant to post in any other forum room. Quote Link to comment https://forums.phpfreaks.com/topic/315435-php-install-question/ Share on other sites More sharing options...
Solution requinix Posted October 18, 2022 Solution Share Posted October 18, 2022 Does Flywheel also have its own web server? Probably does. "Correct" is highly subjective. If you want to run both at once then all you actually need to do is make them run on different ports, say 8000 for one of them and 8001 for the other. Quote Link to comment https://forums.phpfreaks.com/topic/315435-php-install-question/#findComment-1601756 Share on other sites More sharing options...
BAV Posted October 19, 2022 Author Share Posted October 19, 2022 Thank you. This gives me a direction I can take and experiment a little. I am sure others have asked this same question out of concern of creating conflicting installations of php in different folders. Many thanks. Quote Link to comment https://forums.phpfreaks.com/topic/315435-php-install-question/#findComment-1601763 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.