mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-17 21:25:47 +02:00
1. Added Mail Marketing Automation trigger tasks 2. Added Mail Marketing Groups Import, Export, Merge 3. Added Mail Marketing Subscribers to support paste import 4. Added Mail Marketing Template Import Export Duplicate 5. Added Mail server add timed automatic reply 6. Added HTTPS Protection function for Website (disables automatic HTTP to HTTPS redirection when enabled) 7. Optimize Website Interface Button Integration 8. Optimize the response speed of WP Toolkit interface
9 lines
454 B
Plaintext
9 lines
454 B
Plaintext
location / {
|
|
###The following is the pseudo-static rewrite rule for PHPCMS
|
|
rewrite ^(.*)show-([0-9]+)-([0-9]+)\.html$ $1/show.php?itemid=$2&page=$3;
|
|
rewrite ^(.*)list-([0-9]+)-([0-9]+)\.html$ $1/list.php?catid=$2&page=$3;
|
|
rewrite ^(.*)show-([0-9]+)\.html$ $1/show.php?specialid=$2;
|
|
####Here are the PHPWind pseudo-static rewrite rules
|
|
rewrite ^(.*)-htm-(.*)$ $1.php?$2 last;
|
|
rewrite ^(.*)/simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2 last;
|
|
} |