How can I get ErrorDocument in .htaccess to output wrong uri parameter?
问题 I've worked-around the solution to transform all uri to one page via ErrorDocument. The reason behind this is to send Files AND folders (nice urls) to one page. However, I need the URI string to be sent to index.php?uri=string . Is this possible via ErrorDocument, or how do I do this? So I need to rewrite the http://www.something.com/games/specific-game to http://www.something.com/index.php?uri=/games/specific-game Is this possible at all, if, how? 回答1: If your server supports server-side