I have a WordPress Install on an IIS server using Helicon APE to emulate .htaccess config
I have the standard wordpress .htaccess to setup the url rewriting
However, as far as I can tell, wordpress then use the server variable ( echo $_SERVER['REQUEST_URI'] and/or $_SERVER['HTTP_X_REWRITE_URL'] ) to now what page to serve.
As both variable are empty, all url ends up on my homepage.
Is there another similar variable I could use ? Or any other solution ?