ホームページまたはサイト上の他のページを特定の php ページにリダイレクトしようとしています。これは私のhtaccessです
Redirect 301 http://test.com/info http://test.com/get_forms_data.php
Options +FollowSymlinks
RewriteEngine ON
RewriteRule ^test.php$ http://test.com/get_forms_data.php [R=301,L]
Apache サーバー .rewrite が有効になっていることを確認しました。
それはまだ動作しません。