Go Back   HostGator Peer Support Forums > Public Forums > Pre-Sales Questions

Notices

Reply
 
Thread Tools
  #1  
Old 08-09-2007, 09:50 PM
kur1j kur1j is offline
Hatchling Croc
 
Join Date: Jul 2007
Posts: 36
Default Going straight to horde/RoundCube login

http://forums.hostgator.com/showthre...=webmail+login

Is there anyway you can bypass the .htaccess login request and go straight to the horde/squirrelmail/roundcube login for the mail system?

http://www.example.com:2095/roundcube/index.php

For example I want that to take me straight to the roundcube login instead of having to put in the information before the actual login page loads.

The login before the page loads looks like some type of .htaccess login request.

Has anyone found some type of script to work around this or am I going to have to install roundcube or the likes my self to get around it?
Reply With Quote
  #2  
Old 08-09-2007, 09:52 PM
kmaw's Avatar
kmaw kmaw is offline
Emperor Croc
 
Join Date: Mar 2005
Location: Ontario, Canada
Posts: 1,887
Default Re: Going straight to horde/RoundCube login

You can setup a redirect in your .htaccess or use the icon in cPanel (same result) to go directly to that address...

ie yourdomain.com/email redirects to that yourdomain.com:2095/roundcube address
Reply With Quote
  #3  
Old 08-09-2007, 09:58 PM
Sam Sam is offline
Emperor Croc
 
Join Date: Jan 2007
Location: /bin/false
Posts: 3,057
Default Re: Going straight to horde/RoundCube login

Quote:
Originally Posted by kmaw View Post
ie yourdomain.com/email redirects to that yourdomain.com:2095/roundcube address
That will still make you login at the .htaccess popup
Reply With Quote
  #4  
Old 08-09-2007, 10:03 PM
kur1j kur1j is offline
Hatchling Croc
 
Join Date: Jul 2007
Posts: 36
Default Re: Going straight to horde/RoundCube login

Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mail.daretothinkdifferent.com$
RewriteRule ^(.*)$ http://mail.daretothinkdifferent.com:2095/roundcube/index.php [R=301,L]
AddHandler application/x-httpd-php5 .php
Options +Indexes
SecFilterEngine Off
DirectoryIndex .htaccess
No matter it still makes you login no matter it still makes you login with the .htaccess
Reply With Quote
  #5  
Old 08-09-2007, 10:04 PM
Sam Sam is offline
Emperor Croc
 
Join Date: Jan 2007
Location: /bin/false
Posts: 3,057
Default Re: Going straight to horde/RoundCube login

Quote:
Originally Posted by kur1j View Post
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mail.daretothinkdifferent.com$
RewriteRule ^(.*)$ http://mail.daretothinkdifferent.com:2095/roundcube/index.php [R=301,L]
AddHandler application/x-httpd-php5 .php
Options +Indexes
SecFilterEngine Off
DirectoryIndex .htaccess
No matter it still makes you login no matter it still makes you login with the .htaccess
There is no way to get around it unless you install your own copy of roundcube.
Reply With Quote
  #6  
Old 08-09-2007, 10:18 PM
kur1j kur1j is offline
Hatchling Croc
 
Join Date: Jul 2007
Posts: 36
Default Re: Going straight to horde/RoundCube login

ok thanks.
Reply With Quote
  #7  
Old 08-09-2007, 10:53 PM
slapshotw's Avatar
slapshotw slapshotw is offline
Veteran Croc
 
Join Date: Jun 2006
Posts: 5,164
Default Re: Going straight to horde/RoundCube login

Quote:
Originally Posted by kur1j View Post
ok thanks.
Install your own copy of Roundcube...it's easy and you'll have a LOT more control!
__________________
Follow me on Twitter! http://twitter.com/mrw
Reply With Quote
  #8  
Old 08-10-2007, 12:37 AM
kur1j kur1j is offline
Hatchling Croc
 
Join Date: Jul 2007
Posts: 36
Default Re: Going straight to horde/RoundCube login

Quote:
Originally Posted by slapshotw View Post
Install your own copy of Roundcube...it's easy and you'll have a LOT more control!

Yeah thats what I was going to do :P.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

All times are GMT -6. The time now is 03:14 AM.