Dashboard Login.php 404 after login
phpipam open-source IP address management
Brought to you by:
myha
We were running 1.0 and i just upgraded to the latest 1.1.010. Upgrade looks like it went well. Moved the old folder out, unzipped the tar and copied my old config.php over.
I went to the site and logged in, did the database upgrade and now when I login, it tries to send me to a login.php page in a dashboard subfolder that does not exist.
It tries to push me to host/phpipam/dashboard/login.php - get a 404. The folder should be host/phpipam/site/dashboard/login.php.
But if I change the URL to host/phpipam it will let me into the site I am used to. Can you help me fix what changed in this version?
Anonymous
Hi,
Config.php changed, please take a look and copy new configs to old file.
Also make sure .htaccess is the right version.
And try to clear browser cache.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Thanks for the quick response. So i have to put the rewrite of / to /phpipam/ in both config.php and .htaccess.
Just some info for the next person.