Skip to content

Commit

Permalink
Restored .htaccess and application/config/config.php to default values
Browse files Browse the repository at this point in the history
Added both to .gitignore
  • Loading branch information
pdestefanis committed Feb 27, 2010
1 parent 21196b1 commit 8eb24ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ application/logs/*
application/cache/*
media/uploads/*
application/config/config.php
application/config/database.php
application/config/database.php
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
RewriteEngine On

# Installation directory
RewriteBase /Ushahidi_Web
RewriteBase /

# Protect application and system files from being viewed
RewriteRule ^(application|modules|system) - [F,L]
Expand Down
2 changes: 1 addition & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* then a full URL will be used, eg: http://localhost/ushahidi/. If it only includes
* the path, and a site_protocol is specified, the domain will be auto-detected.
*/
$config['site_domain'] = '/Ushahidi_Web/';
$config['site_domain'] = '/ushahidi/';

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

0 comments on commit 8eb24ff

Please sign in to comment.