📜  如何防止 php 站点的浏览器缓存 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:51.732000             🧑  作者: 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]