jQuery AJAX/POST not sending data to PHP

前端 未结 7 1415
春和景丽
春和景丽 2020-12-29 03:54

So I have this problem for a while now, and I know there are countless questions on this topic, believe me I tried every solution possible but still does not work.

T

7条回答
  •  不知归路
    2020-12-29 04:49

    You should check your .htaccess file, close lines with "#" symbol

    # To externally redirect /dir/foo.php to /dir/foo
    # RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s([^.]+)\.php [NC]
    # RewriteRule ^ %1/ [R,L]
    

提交回复
热议问题