Home Backend Development PHP Tutorial Phpstudy2018 environment configuration virtual domain name access to Index Of

Phpstudy2018 environment configuration virtual domain name access to Index Of

Apr 26, 2019 pm 02:28 PM
Environment configuration

Phpstudy is a php integrated development environment that can switch php versions and servers at will. In this article, the editor will learn with you how to configure the virtual domain name of the Phpstudy integrated environment to access Index Of. Friends who are interested can learn together. Bar.

Phpstudy's website root directory defaults to the WWW directory. So if we want to access the Index Of directory through a virtual domain name to facilitate viewing the directory, how do we configure it?

We take Phpstudy 2018 as an example to demonstrate ->

->The following is a screenshot of the directory. We need to reach the following location through the virtual domain name.

##->First start Phpstudy 2018 and stop it

-> Next we click on 'Other menu options'->'Site domain name management'

##->

After entering, we start to set the domain name and directory->Add->Save the settings and Generate configuration file

->

After generation, Phpstudy will restart once and wait for it to restart. Stop it again

->

Now we click on other menu options to enter host

->

After opening, we configure a virtual domain name with the address of local 127.0.0.1

 ​

##->

Let’s open the configuration file

->


# #->

Change the sentence marked AA to->

Options Indexes FollowSymLinks ExecCGI

##->Save and exit Restart Phpstudy Use the set domain name to enter

## Okey! Now you can enter Index Of

Related tutorials: PHPstudy video tutorial

The above is the detailed content of Phpstudy2018 environment configuration virtual domain name access to Index Of. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to configure python environment variables in Win11? Tips for adding environment variables in win11python How to configure python environment variables in Win11? Tips for adding environment variables in win11python Feb 29, 2024 pm 04:30 PM

Win11 system is the latest Windows operating system, and users may encounter some configuration problems when using it. Among them, configuring Python environment variables is a common requirement because it allows users to easily use Python commands from any location. This article will introduce how to configure Python environment variables in Win11 system so that users can use the Python programming language more conveniently. 1. [Right-click] this computer on the desktop, and select [Properties] in the menu item that opens; 2. Then, under related links, find and click [Advanced System Settings]; 3. In the system properties window, click [Environment] at the bottom Variables]; 4. In the environment variables window, under system variables, select [Path], and then click

Learning Go language from scratch: environment configuration is no longer an obstacle Learning Go language from scratch: environment configuration is no longer an obstacle Feb 21, 2024 pm 02:12 PM

Go language is a statically typed, compiled programming language developed by Google. It has a unique position among modern programming languages ​​and is widely used in cloud computing, network programming, big data and other fields. As the Go language becomes more and more popular, more and more programmers are beginning to learn the Go language, hoping to master the features and application skills of this language. However, for learners with zero foundation, the environment configuration of Go language often becomes the first obstacle to their learning. Before learning the Go language, we first need to build a suitable

The Complete Guide to Go Locale Setup: A Walkthrough Guide to Creating a Development Environment The Complete Guide to Go Locale Setup: A Walkthrough Guide to Creating a Development Environment Feb 18, 2024 pm 10:26 PM

As an open source programming language, Go language is favored by more and more developers. Its simplicity, efficiency and cross-platform nature have been widely praised. Before learning and using the Go language, you first need to configure the environment in order to carry out development work smoothly. This article will provide you with a comprehensive Go language environment configuration guide and teach you step by step how to set up a development environment so that you can easily get started with Go language development. 1. Install Go language First, we need to download and install the latest version of Go language. You can find it on the Go official website

A must-read for Python developers: PyCharm environment configuration guide A must-read for Python developers: PyCharm environment configuration guide Feb 23, 2024 pm 01:57 PM

PyCharm is an integrated development environment (IDE) commonly used by many Python developers. It provides a wealth of functions and tools to facilitate developers to write, debug and test Python code efficiently. Before using PyCharm for development, an important step is to configure the PyCharm environment. This article will provide Python developers with a PyCharm environment configuration guide, including installing PyCharm, configuring the Python interpreter, setting up a virtual environment, etc. It will also come with tools.

How to deal with data inconsistency errors between the development environment and the production environment in PHP language development? How to deal with data inconsistency errors between the development environment and the production environment in PHP language development? Jun 10, 2023 am 10:31 AM

With the rapid development of the Internet, developers' tasks have also become diverse and complex. Especially for PHP language developers, one of the most common problems faced during the development process is the error of data inconsistency between the development environment and the production environment. Therefore, how to handle these errors is an important issue that developers must face when developing PHP applications. The difference between development environment and production environment The first thing to make clear is that development environment and production environment are different, and they have different settings and configurations. in development environment

Steps to set up and install Golang development environment on Mac computer Steps to set up and install Golang development environment on Mac computer Feb 24, 2024 pm 04:30 PM

Mac computers are the favorite working platform of many developers, and Golang, as an efficient programming language, is also loved by more and more people. This article will introduce in detail how to configure and install the Golang development environment on a Mac computer, and provide specific code examples to help readers quickly get started and develop using Golang. Step 1: Download the Golang installation package. First, we need to download the Golang installation package from the official Golang website (https://golang.org/dl/).

Maven environment configuration tutorial: quick start configuration steps Maven environment configuration tutorial: quick start configuration steps Feb 21, 2024 pm 07:57 PM

Maven environment configuration tutorial: Quick start configuration steps Maven is a powerful project management tool that can help developers automatically build projects, manage dependencies, execute tests, etc. When learning and using Java development, configuring the Maven environment is an essential skill. This article will introduce you to how to quickly configure the Maven environment, including a series of steps such as installing Maven, configuring environment variables, creating projects, etc., and provide specific code examples to help you better understand. Step 1: Download and install Mave

How to solve environment configuration problems in C++ development How to solve environment configuration problems in C++ development Aug 21, 2023 pm 08:49 PM

How to solve the environment configuration problem in C++ development C++ is a high-level programming language widely used in system software, game development and other fields. When developing in C++, it is very important to correctly configure the development environment. However, due to the complexity of C++ and different operating system platforms, environment configuration issues often plague developers. In this article, we will introduce some methods to solve environment configuration problems in C++ development. First of all, before starting C++ development, you must first determine the IDE (Integrated Development Environment) required for development. Head

See all articles