Skip to content

Commit 040c60b

Browse files
author
Abbas Ibrahim
committed
fix submodile
1 parent caf0f3e commit 040c60b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
url = https://github.com/WordPress/WordPress.git
44
[submodule "themes/zabatak"]
55
path = themes/zabatak
6-
url = http://github.com/Zabatak/Ushahidi_Theme.git
6+
url = https://github.com/Zabatak/Ushahidi_Theme.git
77
[submodule "application/i18n/Ushahidi-Localizations"]
88
path = application/i18n/Ushahidi-Localizations
99
url = https://github.com/ushahidi/Ushahidi-Localizations.git

.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RewriteEngine On
55

66
# Installation directory
7-
RewriteBase /
7+
RewriteBase /zabatak
88

99
# Protect application and system files from being viewed
1010
RewriteRule ^(application|modules|system|tests|sql) - [F,L]

application/config/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* then a full URL will be used, eg: http://localhost/ushahidi/. If it only includes
55
* the path, and a site_protocol is specified, the domain will be auto-detected.
66
*/
7-
$config['site_domain'] = '/';
7+
$config['site_domain'] = '/zabatak';
88

99
/**
1010
* Force a default protocol to be used by the site. If no site_protocol is

0 commit comments

Comments
 (0)