sendcard/.htaccess
2026-04-14 09:47:00 +08:00

6 lines
141 B
ApacheConf
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

RewriteEngine On
# 讓 /api/getcard 直接對應到 api/getcard.php避免漏寫 .php
RewriteRule ^api/getcard/?$ api/getcard.php [L]