Help with redirection for .com, .net and .org domains.
        Posted  
        
            by user198553
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user198553
        
        
        
        Published on 2010-03-15T02:07:48Z
        Indexed on 
            2010/03/15
            2:19 UTC
        
        
        Read the original article
        Hit count: 610
        
Hi all! I need help with some rules in ISAPI_Rewrite in my installation.
I'm going to be very honest about my needs. I need to do this configuration in the next few hours, and don't have time right now understand everything about rewrites, regular expressions and such. I really think you can help me, if I had more reputation I would even set up a bounty... :(
In fact, I believe that what I need is simple:
I have a .com domain. The main url of my website is going to be http:// www.mainurl.com/. I have two other domains: mainurl.net and mainurl.org.
What I need (in isapi-rewrite 2, the config made with httpd.ini file in root file) is: everytime someone writes mainurl.net in browser it becomes http:// www.mainurl.com/ 301 redirect. If it's written without www becomes http:// www.mainurl.com/. If someone writes mainurl.net/about it becomes http:// www.mainurl.com/about/. Redirect always the .com, the www part and the final slash /.
Thanks in advance you all!
© Stack Overflow or respective owner