5 apache-2.2
有没有办法告诉 apache 在没有相应文件存在的情况下为特定 url 返回“成功”一词?
Osc*_*car 1
将具体url重写为ie succes.php:
RewriteCond %{REQUEST_URI} ^/您的特定网址 RewriteRule .* /succes.php
并放入succes.php:
<?php header("text/html"); 回显“成功”; ?>
归档时间:
15 年,3 月 前
查看次数:
5699 次
最近记录:
4 年,10 月 前