Hi,
I'm facing a weird problem for $_SERVER["REQUEST_URI"]
Here is the example:
For this link
http://www.weaverappraisals.com/new/...ent.html?xid=3
the request uri its
[REQUEST_URI] => /new/phpbase.php?_PAGE=account&mod=documents⊂=document
but i need it to be "/new/documents/document.html?xid=3"
its a missconfiguration ? can it be done from htaccess ?
I'm using mod_rewrite
RewriteRule ^documents/(.*).html$ phpbase.php?_PAGE=account&mod=documents&sub=$1
I have the same problem when i use the
Error document 404 phpbase.php
Url:
http://www.weaverappraisals.com/new/...stx.html?xid=3
but request uri:
[REQUEST_URI] => /new/phpbase.php
Thanks,
Emanuel