Forum Moderators: phranque
I've written my .htaccess file and have almost all of it working except for one part. I need a URL like this:
[localhost...]
To be converted in to a working GET statement. /page/2/ does not exist but is a virtual directory using mod_rewrite. The GET portion of the statement is being sent by a form. Here is the regex I'm trying to use:
RewriteRule ^([^/]+)/([^/]+)/\?([^=]+)=([^&]+)?&([^=]+)[=](.*)[&?]$ /?$1=$2&$3=$4&$5=$6
Can anybody tell me why this isn't working?
Thanks,
Ian
See the Apache documents and tutorials cited on our forum charter [webmasterworld.com] page.
Jim