File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
url = https://github.com/WordPress/WordPress.git
4
4
[submodule "themes/zabatak "]
5
5
path = themes/zabatak
6
- url = http ://github.com/Zabatak/Ushahidi_Theme.git
6
+ url = https ://github.com/Zabatak/Ushahidi_Theme.git
7
7
[submodule "application/i18n/Ushahidi-Localizations "]
8
8
path = application/i18n/Ushahidi-Localizations
9
9
url = https://github.com/ushahidi/Ushahidi-Localizations.git
Original file line number Diff line number Diff line change 4
4
RewriteEngine On
5
5
6
6
# Installation directory
7
- RewriteBase /
7
+ RewriteBase /zabatak
8
8
9
9
# Protect application and system files from being viewed
10
10
RewriteRule ^(application|modules|system|tests|sql) - [F,L]
Original file line number Diff line number Diff line change 4
4
* then a full URL will be used, eg: http://localhost/ushahidi/. If it only includes
5
5
* the path, and a site_protocol is specified, the domain will be auto-detected.
6
6
*/
7
- $ config ['site_domain ' ] = '/ ' ;
7
+ $ config ['site_domain ' ] = '/zabatak ' ;
8
8
9
9
/**
10
10
* Force a default protocol to be used by the site. If no site_protocol is
You can’t perform that action at this time.
0 commit comments