Closed (fixed)
Project:
Domain
Version:
5.x-1.0beta2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
16 Oct 2007 at 18:35 UTC
Updated:
12 Nov 2007 at 22:42 UTC
In creating domain records, allow some domains to use https:// instead of http://
This code has been written and will be committed. All links or redirects to specific domains will now follow the assigned scheme for that domain.
WARNING: Since this module is in beta, I have not written a database update function. If you are using HEAD, beta, or beta2, you will need to update the {domain} table of your database.
Add the column:
scheme varchar(8) NOT NULL default 'http'
Here is a MySQL statement for those who need it:
ALTER TABLE `domain` ADD `scheme` VARCHAR( 8 ) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT 'http' NOT NULL ;
Comments
Comment #1
agentrickardCommitted to HEAD.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.