| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
(#3)
|
| New Member Posts: 18 Join Date: Apr 2005 |
12-04-2006, 01:18 PM
In case it helps somebody. I found another post which helped: http://forums.kayako.com/showthread....ighlight=https I was missing the setting "Product URL" under General in Settings The way I do traffic redirection is as follows: ---------- in httpd.conf ---------- #This module simply tells apache2 that all connections to #port 80 need to go to port 443 - SSL - No exceptions <IfModule !mod_rewrite.c> LoadModule rewrite_module modules/mod_rewrite.so </IfModule> <IfModule mod_rewrite.c> RewriteEngine on # The line below sets the rewrite condition. That is, if the server port does not equal 443, then this condition is true ReWriteCond %{SERVER_PORT} !^443$ # The line below is the rule, it states that if above condition is true, and the request can be any url, then redirect to https:// plus the original url that was requested. RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L] </IfModule> ---------- httpd.conf ---------- |
| | |
![]() |
| Tags |
| continue, https, submit, ticket |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Free Desktop screenshot to submit with ticket | murryc | Modifications & Addon Releases | 6 | 27-08-2007 11:51 AM |
| Submit ticket starnge behaviour | Laco | SupportSuite, eSupport and LiveResponse | 11 | 03-08-2007 06:01 PM |
| How do i/Bug? Disallow ticket submission for a usergroup | Sheep | How do I? | 8 | 07-06-2007 03:18 PM |
| Submit Ticket is not creatign tickets | RAJAYOGANAND | SupportSuite, eSupport and LiveResponse | 1 | 12-03-2006 10:29 AM |