problems accessing subnets from "Tools->Subnets->Specific Subnet"
phpipam open-source IP address management
Brought to you by:
myha
I receive the following error when I click on a subnet under Tools->Subnets->1.1.1.1 (example subnet):
"
404 NOT FOUND
Not Found
The requested URL /subnets/7/13/ was not found on this server.
Apache/2.2.22 (Ubuntu) Server at X.X.X.X Port 80
"
This is the only section where I receive this error message and it happens for any subnets that I click on.
Anonymous
please ignore/close this request. I found the problem and sent you an email with a similar situation. for anyone else having this problem, it is due to the site not being in root and some references in the php files pointing to root.
I had to change the '/subnets/' in subnets.php and vlan.php to 'subnets/' (note the / is not in the second instance). This is probably true in VRF.php as well, but I don't use it so.
Hopefully this will help someone else that had this same problem.
Carl
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Feature Requests"
To be fair, that's probably not a good reason to close the issue, right? Easy fix, but still needs to be fixed...