An open API service indexing awesome lists of open source software.

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.

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.