I uninstalled WAMP in error, then downloaded and reinstalled a new one, same version. Having looked through the WAMP directories, I can see that my databases are still intact(I think) and I can access them through a MYSQL client. But I am unable to access my projects as before the accidental uninstal. My projects are Zend. I have set PHP include_path on the new PHP installation to point to ZendFramework library folder and to WAMP "www" folder. I have re-created new APACHE v-hosts to point to the old projects. These are the configurations I remember to do so far.
So I am unable to access my zend projects as I had on the old WAMP. I feel it is a configuration issue because all project files and directories seem to be intact just like the MYSQL files/directories. I keep getting
The requested URL /xyz/ was not found on this server
Edit: I can only access the home pages of these projects, but no other pages/sub-folders.
mod_rewrite
is not yet enabled on the new install? – David Weinraubmod_rewrite
, which I suspect may be the problem here. – David Weinraubmod_rewrite
. If it were enabled, then the error would be generated by ZF. Try putting a blatant syntax error in yourpublic/.htaccess
file and see if your error page changes to Apache's 500 error. – David Weinraub