Can't check services module in xampp

前端 未结 3 1377
遥遥无期
遥遥无期 2021-02-19 05:04

xampp v3.2.1 do I need to check the service module first so that I can view it on localhost?, because I can\'t see my sample.php in localhost.

I noticed the

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-19 05:32

    First of all make sure that you haven't installed XAMPP Lite (and portable) version. Only the full version provide the use of services because Windows needs absolute paths to launch these.

    For your redirection problem you will have to tweak apache's configuration files (httpd.conf and/or httpd-xampp.conf). Use the XAMPP Controller's "Config" buttons.

    You will have to create aliases for your web folders, see: Apache mod_alias

提交回复
热议问题