📜  php 网站的缓存 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:50.899000             🧑  作者: Mango

代码示例2
# Checks if the file is physically NOT present
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([a-z0-9-]+)+/([a-z0-9-]+)\.html$    /controller.php?partA=$1&partB=$2 [L]