Question

New to mod_rewrite? This is a good place to start.

Question

Postby munvo » Mon Jun 08, 2009 5:12 pm

Hello,

I was wondering if it is possible to use the following code but instead of using the get method... use the post method.

Code: Select all
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php?page=$1 [L]


Thanks!
munvo
 
Posts: 1
Joined: Mon Jun 08, 2009 4:10 pm

Postby richardk » Tue Jun 09, 2009 3:30 pm

It should work fine for POST requests.
richardk
 
Posts: 8800
Joined: Wed Dec 21, 2005 7:50 am


Return to Beginner's Corner

Who is online

Users browsing this forum: No registered users and 91 guests

cron