DaveTomneyUK Posted May 29, 2007 Share Posted May 29, 2007 Hi, I am trying to redirect someone when they type in the following but no idea how to do it using the mod_rewrite way using .htaccess When they type in this I want them to be rediected here. Type : http://mysite.com/mail/ Goto ===>> http://mysite.com/cgi-bin/qmailadmin/ Type : http://mysite.com/webmail/ Goto ===>> http://mysite.com/horde3/ Quote Link to comment Share on other sites More sharing options...
steviewdr Posted May 30, 2007 Share Posted May 30, 2007 You dont need to use mod_rewrite. A simple redirect will suffice from the sounds of what you outline. Simply put the following into a htaccess file in http://mysite.com/mail/ Redirect 301 /mail http://mysite.com/cgi-bin/qmailadmin -steve Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.