presently on my server I have the database on port 3310.
All looks cool when I select the navigator on the let of the screen (the list of all the tables), however, my links for "Details", "Find" or when I select the inividual records all have new port numbers. in this case 8091
here's my conf.ini
[_database]
host = "mydevsite.com:3310"
user = "------"
password = "------"
This is the url when I go to the main page:
http://mydevsite.com/games/AdminDB/?-table=political_math
or navigate to another table through the navigation menu
http://mydevsite.com/games/AdminDB/?-table=users
this is the links when I goto "detailed":
http://mydevsite.com:8091/games/AdminDB/index.php?-table=political_math&-action=view&-cursor=0&-skip=0&-limit=30&-mode=list
or when I goto to "find":
http://mydevsite.com:8091/games/AdminDB/index.php?-table=political_math&-action=find&-cursor=0&-skip=0&-limit=30&-mode=list
Any help would be appreciated since I can't add or view any records at this point