Jump to content

mod_rewrite and post form problem


pedro84

Recommended Posts

I got form sending with "post" method. I got problem with submiting it.

 

When I use mod_rewrite:

browse/filter/ the form is not working, I got info about query error.

 

 

When I use browse/filter (without ending slash) it works perfectly. Is it possibility to force it to work with ending slash?

 

mod_rewrite rule:

RewriteRule ^browse/([a-zA-Z0-9]+)$ index.php?module=albums&action=$1 [L]

Link to comment
https://forums.phpfreaks.com/topic/127283-mod_rewrite-and-post-form-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.