This topic is locked

Problem after move to new PC

4/5/2011 3:46:33 PM
PHPRunner General questions
M
mattg author

Due to hardware problems I have had to move my project to a new PC. Luckaly I had exported my database as a mater of precaution. I imported the database using phpMyAdmin (I have WAMP installed running on Windows 7). Then I moved the files to the same folder in MyDocs. I opened the project and then clicked on 'build'. When i click on 'view in browser' my browser opens (firefox) and I get the error message '404 Not Found - The requested URL /wcs1/index.htm was not found on this server'.
Any help most appreciated.
Thanks in advance

F
fantasmino 4/5/2011

Did you configure an alias dir or your dir was in root? if in root go to www root "usualy in wamp default is c:\wamp\www\" and check if your files are there. if you need an dir alias in wamp is very sample: left click > apache > alias directory add one. I think you have already done, but check also that server in online not only services.

Remember that in mysql you have to recreate also user and privilages for your database.

Sergey Kornilov admin 4/6/2011

I recommend to choose output directory under WAMP htdocs i.e. htdocs\wcs1 and then to rebuild your project. After that http://localhost/wcs1/index.htm will open your application.