Hi you all
I moved from another server to EV1. In this old server, when someone requested
www.myserver.com/welcome
they would be automatically redirected to
www.myserver.com/welcome.php
and so on: everytime someone requested a file like that, the server would look for the corresponding file and added the .php itself. Now, i developed a lot of blog software using this feature, and now of course none of it works right.
Now all my blogs have dirty URLs, like
www.myblogsite.com/blogs/petersblog.php/post=1292&t=1&f=1&p=1
----
Im making the parameters up. My blog system is based on b2evolution, but heavily tweaked. For some reason, the "allow extra path information" option of b2evolution is not working either leaving me with horrible horrible urls.