


How to enable pseudo-static function in phpstudy 2018 (image and text steps)
Sometimes we need to use pseudo-static when doing local testing of the website, so how to turn on pseudo-static using phpstudy? Let me share with you how to enable the pseudo-static function in phpstudy?
First, double-click the phpstudy software icon to open the phpstudy software.
As shown in the picture:
Then, find the "Other Options Menu" in the phpstudy software interface.
As shown in the picture:
Then,find the "Apache extension" under "php extensions and settings" in the pop-up drop-down menu ".
As shown in the figure:
Then, Find the "rewrite_module" module in the drop-down menu that pops up from the Apache extension, and click to enable it.
As shown in the picture:
ordirectly open the httpd.conf file in the apache configuration file, search for "LoadModule rewrite_module", and replace the preceding "#" Just delete the number.
As shown in the figure:
Then, In the httpd.conf file opened in the fifth step, search for AllowOverride None, and then Change AllowOverride None to AllowOverride All (there are many places that need to be replaced, you can use the find and replace function). Save when finished.
As shown in the picture:
##Then,restart the phpstudy service and click the start button of the phpstudy panel.
As shown in the picture:After completion, test whether the pseudo-static we enabled is successful. The simplest way is to install the discuz forum to test whether it is successful. Under normal circumstances, phpstudy turns on pseudo-static by default. No special settings are required.
As shown:Related recommendations:
How to set up pseudo-static in phpStudy v8.0 (Pictures and text)
The above is the detailed content of How to enable pseudo-static function in phpstudy 2018 (image and text steps). For more information, please follow other related articles on the PHP Chinese website!

Article discusses configuring phpStudy for CORS, detailing steps for Apache and PHP settings, and troubleshooting methods.

The article details using phpStudy for PHP cookie testing, covering setup, cookie verification, and common issues. It emphasizes practical steps and troubleshooting for effective testing.[159 characters]

Article discusses using phpStudy for PHP file uploads, addressing setup, common issues, configuration for large files, and security measures.

Article discusses setting up custom session handlers in phpStudy, including creation, registration, and configuration for performance improvement and troubleshooting.

The article explains how to use phpStudy to test different payment gateways by setting up the environment, integrating APIs, and simulating transactions. Main issue: configuring phpStudy effectively for payment gateway testing.

The article discusses configuring phpStudy for secure HTTP authentication, detailing steps like enabling HTTPS, setting up .htaccess and .htpasswd files, and best practices for security.Main issue: Ensuring secure HTTP authentication in phpStudy thro

phpStudy enables testing various database connections. Key steps include installing servers, enabling PHP extensions, and configuring scripts. Troubleshooting focuses on common errors like connection failures and extension issues.Character count: 159

The article explains using phpStudy for testing PHP frameworks and libraries, focusing on setup, configuration, and troubleshooting. Key issues include version management and resolving common errors.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Dreamweaver Mac version
Visual web development tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.