


Regarding PHP pseudo-static Rewrite settings, the main function of php pseudo-rewrite
Rewirte is to realize URL jump and hide the real address, based on the regular rules of Perl language Expression specification. We usually help us achieve pseudo-static, pseudo-directory, domain name jump, prevent hot links, etc. 1. Apache configuration: 1. Support httpd.conf configuration 2. Support directory .htaccess configuration (a "distributed configuration" file for virtual space, the space provider does not allow modification of the Apache configuration file) Enable Rewrite (httpd.conf) (Sometimes there will be problems with Options Indexes FollowSymLinks, just configure Options all) LoadModule rewrite_module modules/mod_rewrite.so Enable .htaccess AllowOverride None Modified to: AllowOverride All 2. mod_rewrite Rules: For example: RewriteEngine on - RewriteRule ^/test([0-9]*).html$ /test.php?id=$1 -> Refers to accessing test and adding any field.html can jump to test.php. The regular matching fields are stored Match $1 in virtual memory 3. mod_rewriteRulesModifier 1) R forces external redirection 2) F disables URL and returns 403 HTTP status code. 3) G forces the URL to be GONE and returns 410 HTTP status code. 4) P forces the use of proxy forwarding. 5) L indicates that the current rule is the last rule and stops analyzing the rewriting of future rules. 6) N runs the rewriting process starting from the first rule again. 7) C is associated with the next rule If the rule matches, it will be processed normally, and the following modifiers are invalid 8) T=MIME-type(force MIME type) force MIME type 9) NS is only used for non-internal subrequests 10) NC is not case sensitive 11) QSA append request string 12) NE no longer outputs escaped special characters %3d$1 is equivalent to =$1 For example: RewriteRule ^/new([0-9]*)/$ /new. php?id=$1 [R] Simple small example: Easy to achieve~
<span>RewriteEngine on RewriteRule </span>^/in(.*).html$ /index.php
Apache configuration Rewrite problem PHP|Pseudo-static|RewriteRule
The virtual host is a Linux system, and the running environment of the website program is php+mysql. How to set up pseudo-static? ?
Hello, you have to set up pseudo-static according to your website program and WEB server environment. For example, if you use LNMP environment and the PHP program you use is DZ2.5, then your pseudo-static can be:
rewrite ^( [^\.]*)/topic-(.+)\.html$ $1/portal.php?mod=topic&topic=$2last;
rewrite ^([^\.]*)/article-([0 -9]+)-([0-9]+)\.html$ $1/portal.php?mod=view&aid=$2&page=$3 last;
rewrite ^([^\.]*)/forum- (\w+)-([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3 last;
rewrite ^([^\.]*)/thread-( [0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3 last ;
rewrite ^([^\.]*)/group-([0-9]+)-([0-9]+)\.html$ $1/forum.php?mod=group&fid=$2&page =$3 last;
rewrite ^([^\.]*)/space-(username|uid)-(.+)\.html$ $1/home.php?mod=space&$2=$3 last;
rewrite ^([^\.]*)/blog-([0-9]+)-([0-9]+)\.html$ $1/home.php?mod=space&uid=$2&do=blog&id= $3 last;
rewrite ^([^\.]*)/(fid|tid)-([0-9]+)\.html$ $1/index.php?action=$2&value=$3 last;
rewrite ^([^\.]*)/([a-z]+[a-z0-9_]*)-([a-z0-9_\-]+)\.html$ $1/plugin.php? id=$2:$3 last;
if (!-e $request_filename) {
return 404;
}
If you have any questions, please +Q+group 222802357 to find the group owner.

Long URLs, often cluttered with keywords and tracking parameters, can deter visitors. A URL shortening script offers a solution, creating concise links ideal for social media and other platforms. These scripts are valuable for individual websites a

Following its high-profile acquisition by Facebook in 2012, Instagram adopted two sets of APIs for third-party use. These are the Instagram Graph API and the Instagram Basic Display API.As a developer building an app that requires information from a

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

The 2025 PHP Landscape Survey investigates current PHP development trends. It explores framework usage, deployment methods, and challenges, aiming to provide insights for developers and businesses. The survey anticipates growth in modern PHP versio


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

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

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

Atom editor mac version download
The most popular open source editor
