Once the installation finish it doesn’t open the requested URL /Ushahidi_Web/admin/login.
View your page
Upload report data etc … was not found on this server.
Once the installation finish it doesn’t open the requested URL /Ushahidi_Web/admin/login.
View your page
Upload report data etc … was not found on this server.
Hi,
Check ur .htaccess and config.php (path/application/config) files.
The .htaccess should look something like this:
RewriteEngine On
RewriteBase /Site_Name
RewriteRule ^(application|modules|system|tests|sql) – [F,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php?kohana_uri=$0 [L,QSA]
<Files .htaccess>
order allow,deny
deny from all
Options -Indexes
#Follow symlinks
Options +FollowSymlinks
For the config.php file, edit the $config[‘index_page’] = ‘ ‘; to this:
$config[‘index_page’] = ‘index.php’;
Sharon.
than rutto,
the problem was at config.php file . now its ok
there is another issue
http://localhost/ushahidi/admin/addons/plugins/ was not found on this server
how to sort it out
Chandana