Hi all,
Our current sugarCRM works properly except when tying to access via 443. Unfortunately when the system sends emails to users with their credentials(login info) it directs them to http://draftrite.com:443/sugar which results in a bad request. If I could change the way it emails users that would be great but havent found anything.
If I go to draftrite/sugar it works
if I go to https:/draftrite.com/sugar it works
if I go to http://draftrite.com:443/sugar I get a bad request error
** https://draftrite.com:443/sugar works great.
I tried for the last 20 mins to get htacess to redirect but I can't figure it out:
was using:
and several variations of itCode:RewriteEngine On RewriteCond %{HTTP_HOST} !^draftrite\.com\.$ [NC] RewriteCond %{HTTP_HOST} !^$ [NC] RewriteCond %{SERVER_PORT} !^443$ RewriteCond %{SERVER_PORT} !^80$ RewriteRule ^(.*)$ "https://%1/$1" [L,R]
I can currently tell employees to remove the 443 from their address bars to use it but that's a really bad practice and I want this to work properly without any work around requirements asked of users. However, I'm game for workarounds on my end.
I'd like to either A: Find a htaccess method that works. or B: Change the emailer to stop sending people to use 443.
Any help?
Thanks


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks