Here is the problem:
when I type http://www.freeeh.com/media, it automatically redirects to http://freeeh.com/media/ . How would I keep the original url instead of the redirecting one? The reason i'm asking this because it can't be logged in if I bridge with Simple Machines forum. Thanks for your help.
It's not Coppermine that does this but your webserver.
It's not a matter of redirection, but the browser auto-completing the correct URL syntax. Reference to a folder must always contain a trailing slash. As many users forget to enter it, modern browsers automatically add it to the URL. Therefor, http://www.freeeh.com/media is just wrong and your browser is correctly changing the link to the valid URL, which is http://www.freeeh.com/media/
What you mistakenly considered to be a redirection certainly is not the reason for your bridging issues.
If you have issues with bridging, you shouldn't have posted on the misc board (http://forum.coppermine-gallery.net/index.php?board=54.0), but on the one that is dedicated to bridging issues (http://forum.coppermine-gallery.net/index.php?board=50.0). Moving your thread accordingly. Post the needed data (refer to the sticky thread on the bridging board (http://forum.coppermine-gallery.net/index.php?topic=24032.0) what you need to post) and I'm convinced that we can help you solve your issues.
Thanks for all the replies. I didn't know that missing a trailing slash is invalid url. I guess I'll just have to be sure to include that. Thanks
The change from www.freeeh.com to freeeh.com is a redirect and it is caused by the webserver. Even the completion of the slash is done by the webserver in fact. If this was not the case there would be no way to access a file named 'media'.