0
我在.htaccess
中遇到URL重寫問題。下面是該文件的摘錄:Apache URL重寫無法正常工作
AddDefaultCharset utf-8
RewriteEngine On
RewriteRule ^(content\.php\?page=)(.+)$ $1.php [NC]
我需要重寫URL像"content.php?page=quality-policy"
到"quality-policy.php"
。
但我看到這一點:
Not Found
The requested URL content.php was not found on this server.