Connection problem 404


#1

Good Morning
I wanted to move my website to another server ushaihidi and my website no longer works.
The text appears, but the links and image come over.
Thank you for helping me.
http://demeso.org/tiensira/Ushahidi_Web-2.7.4/#


#2

Hi,
Have you made an installation of ushahidi in your new server or have you just copy the files and the database?
if you just copy the files so you need to verify your files config.php in application/config folder and the htaccess in the root folder to see if you have to made some changes about site domain. After that delete the files of application/cache folder.

the better solution about moving ushahidi is to install ushahidi on your new server and after that you just need to move the files you changed and for the database the tables you need to change.

this link seems to be good can you give the link of your new ushahidi having problem.


#3

Hi niang77, consider using rsync for the ushahidi migration and migrating all the permissions of the files and the hidden files to your new server.

rsync -aAxv

will do the trick.
You can use tar, also.

In the new server you will have to reload the database, adjust the file permissions for the new server, maybe they have to be a little different. Also ensure that the new server has the same web server than the old one, im guessing apache, if not, you should change your configuration. Hope it helps, if you cant solve the problem providing more details will be very useful.


#4

Good Morning
I managed to move my website to ushaihi (www.tiensira.org). It appears good: but the links do not work it displays this message:( Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@tiensira.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.)
Can someone help me
thank you very much


#5

Hi,

Sorry to see you message later, i just make a little test to see with http://tiensira.org/index.php/reports so as you see the problem come from index.php you need to add index.php just after the name domain to all your links this to see the pages.To avoid that go to your admin part (http://tiensira.org/index.php/login) ->settings -> clean urls and do clean url to yes

another way to do that is to access to your config file ushahidi. (application/config/config.php) and search $config[‘index_page’] you can see it contains index.php make it empty like this $config[‘index_page’] = ‘’;.


#6

thank you
I solved my problem thanks to your support
congratulation


#7

you’re welcome