Background:
I walked into a pre-existing php 1.3.2 environment that was installed manually without git repo. I have been tasked to upgrade to 1.4 and have chosen to go down the git route. After installing phpipam and migrating the db over, I was instructed to get to dashboard. However, when navigating to https://My.servername.com/cib_phpipam/Dashboard/ I was met with a 404 - Not found. I cleared the Dashboard from the link and was able to hit the homepage, however, navigating to anything else throws a 404 my way.
Things I've looked into
1. checked the /etc/apache2/sites-available/file_name.conf for the 'Allowoverride all'
2. based on another thread I checked the default-ssl.conf file and added in the <directory> info to no avail.
3. ensured that the BASE was defined as /cib_phpipam/</directory>
I suspect this has something to do with the migration and settings for prettify links.
Anonymous
So, I fixed my issue. Based on this post I was able to work back my issue. The migration of the DB had prettyLinks field set to NO. Working backwards I updated the field to say YES and I am up and running.