I'd like to redirect a URL such as www.example.com/something to another site. I created a PHP script to do this, but in order for it to work I have to type in www.example.com/something.php.
I want to avoid users having to type in the .php or .html when accessing the redirected page. Would I have to create a directory on my webserver? And if so, what should I place in it?
I'm using a GoDaddy hosted Windows server (PHP Version 5, ASP.Net 2.0/3.0/3.5)