View Single Post
  #7  
Old 05-02-2007, 03:51 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: Can you pass POST vars through CDSEO (mod_rewrite)?

That should do the trick.

Some jargon you may want to be aware of: variables referenced through the url are called GET, variables passed hidden through a form submission are called POST, and REQUEST references both GET and POST variables.
Reply With Quote