Please help me. I tried to find a similar problem by reading old posts, but didn't find anything. I have a problem with the data to publish. I am using Apache tomcat + ajp + Apache Httpd 2.2 Here is part of my httpd.conf :
ProxyPass / ajp://localhost:8789/konakart/
RewriteEngine on
Options +FollowSymlinks
RewriteRule ^/konakart/(.*) /$1 [R=301,L]
RewriteRule send-mail index.php?send-mail [NC,P]
Everyting is fine ... except that from the POST data is lost. It looks like this because of R = 301. But I can’t remove R = 301. If I do, nothing will work. I am using VDS so that I can do something ... please help me overcome this problem. :(
source
share