Does HTACCESS block $_POST ?

[email protected] Mon, 21 Apr 2025 15:27:30 +1200
Newsgroups gmane.comp.php.general
Message-ID <CACOt7mFff0SG0r9Lu76maS9JExMNafkBY2N2=-YnwP4UE=jA0w@mail.gmail.com>
Hello.

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...

ive even got $r=print_r($_POST,true); echo $r;  at the beginning of my
script before anything else & nothing comes through. so i do think is
an htaccess issue.

Does anyone have an idea how to solve ? (im using clean URLs)

Ps the script works fine - apart from receiving $_POST values











-- 

Gordon.