Hello, I'm rewriting all php pages to static urls. Only thing that goes wrong is when i have a form and press the submit button, i end up on the php page instead of a rewritten url. I have this stuff in the form data: <form action="<?php echo $_SERVER['PHP_SELF']?>" method="post"> Code (markup): Is it possible to end up on a static url after pressing a submit button?