Forum Moderators: phranque

Message Too Old, No Replies

mod rewrite: passing url variables

         

spykadesign

2:05 am on Dec 22, 2006 (gmt 0)

10+ Year Member



Ok so heres whats up,

I have a rewrite rule:

RewriteRule ^page directory/page.php

However when page.php is in use for its written purpose the url would be something like: directory/page.php?a=433&b=383&c=9272&d=25&e=1&h=false

This works, however if I use page?a=433&b=383&c=9272&d=25&e=1&h=false it doesnt.

What I'm asking is if there is a way to get all the url variables to passed onto the page.php file?

jdMorgan

3:08 am on Dec 22, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It's not clear what you're asking. Your URL that 'doesn't work' is not referencing the page,php file, it's referencing a file named 'page' -- a different file altogether.

Jim