Hi all,
I think mine is a simple but confusing problem...
I have a program which accesses a site as such :
http://domain.com/code/update?file=filename
Now, the "update" is nor a file or directory but I want to make it either
rewrite to :
..../code/update/?file=filename (dir)
or
..../code/update.php?file=filename (filename)
how the hell is this done with rewrite, I'm always getting 301 errors and
need it to work and return 200 if possible...
any help appreciated.
thanks..