https://github.com/samithseu/xampp-virtual-host-creator
This is a small C++ code for creating the virtual host in xampp server in Windows.
https://github.com/samithseu/xampp-virtual-host-creator
cpp windows
Last synced: 18 days ago
JSON representation
This is a small C++ code for creating the virtual host in xampp server in Windows.
- Host: GitHub
- URL: https://github.com/samithseu/xampp-virtual-host-creator
- Owner: samithseu
- Created: 2023-08-02T01:22:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T07:50:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-18T00:06:32.831Z (over 1 year ago)
- Topics: cpp, windows
- Language: C++
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual Host Creator
#### នេះគឺជាកូនកម្មវិធី C++ តូចមួយដែលប្រើសម្រាប់បង្កើត Virtual Host នៅក្នុង xampp server ក្នុងប្រព័ន្ធប្រតិបត្តិការ Windows ។
#### ដើម្បីធ្វើការប្រើប្រាស់កម្មវិធីនេះបាន យើងត្រូវបើក virtual_host_creator.exe រួចដឹងពីជំហ៊ានខាងក្រោមនេះ :
1. បញ្ចូលនូវ path នៃ folder ដែលបានតម្លើង xampp server ។ ឧ. _(C:\xampp)_ _(ដោយសារតែកុំព្យូទ័រផ្សេងគ្នា អាចមានការតម្លើងទីតាំងខុសគ្នា)_
2. បញ្ចូលនូវ path នៃ public folder នៃ project របស់អ្នក ។ ឧ. _(D:\projects\proj1\public)_
3. បញ្ចូលឈ្មោះ server ដែលអ្នកចង់បាន ។ ឧ. _(dev.proj1.test)_
4. __Restart នូវ xampp server__
#### ប្រសិនបើមានកំហុសត្រង់ណា សូមអធ្យាស្រ័យផង ។
---
#### This is a small C++ code for creating the virtual host in xampp server in Windows.
#### To use this executable, open the virtual_host_creator.exe and be aware of these steps below :
1. Enter the path of xampp-installed folder. E.g : _(C:\xampp)_ _(because different computers xampp server can be installed in different folders)_
2. Enter the path of public folder of your project. E.g : _(D:\projects\proj1\public)_
3. Enter a preferred server name that you want. E.g : _(dev.proj1.test)_
4. __Restart the xampp server.__
#### If you encounter any problems, please forgive me.