0

我已经尝试过,但没有找到合适的 PHP 解决方案.htaccess

文件夹和文件信息:

.htaccess (on root)
/profile/personal.php
/profile/exam/exam_information.php

personal.php从 ( ) 和 ( exam_information.php)发送 URL

/profile/2012/A1PPOAQU7
........\-------------/ // Friendly URL
/profile/exam/2012/A1PPOAQU7
.............\-------------/ // Friendly URL

我发现,htaccess 但它仅适用于单个 URL。请检查代码中有什么问题。

RewriteEngine On

RewriteRule ^([a-zA-Z0-9-/]+)$ /profile/personal.php?pid=$1
RewriteRule ^([a-zA-Z0-9-/]+)/$ /profile/personal.php?pid=$1
4

0 回答 0