Re: Does HTACCESS block $_POST ?

Richard <[email protected]> Mon, 21 Apr 2025 23:31:10 +0000
Newsgroups gmane.comp.php.general
Message-ID <[email protected]>
> Date: Monday, April 21, 2025 15:27:30 +1200
> From: [email protected]
>
>
> Ive got an odd problem with my php (seems a recent issue)...
> 
> Heres my htaccess:
> 
> Options +FollowSymLinks
> RewriteEngine On
> 
> RewriteRule ^(.*)$ vyb6a.php   [QSA,L]
> 
> for the last few days, i'm no longer receiving ANY $_POST values...
> 

if this issue just started happening it might be good to get some
basic information:

  - what version of php are you currently using?

  - did you recently update versions, if so, from what?

  - other changes that you made?

  - if you changed your settings and/or code can you revert
    back to the state before this issue started showing up
    and then make/test changes one-by-one?