|
#1
|
|||
|
|||
|
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? |
|
#2
|
||||
|
||||
|
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 |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
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
|
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
ok thanks.
|
|
#7
|
||||
|
||||
|
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 |
|
#8
|
|||
|
|||
|
Quote:
Yeah thats what I was going to do :P. |
![]() |
| Bookmarks |
| Thread Tools | |
|
|