Author Topic: phpMyAdmin Problems after changing web port  (Read 1379 times)

0 Members and 1 Guest are viewing this topic.

Offline deeemTopic starter

  • Irregular
  • Posts: 29
    • View Profile
    • TT
phpMyAdmin Problems after changing web port
« on: May 19, 2003, 04:47:55 PM »
I used to use port 8080 as my http port, with my router directing all port 80 queries there, but i recently changed to port 80. Now, whenever i access phpmyadmin on the web server, none of the links do anything, as they all seem to append :8080 to the hostname in the browser...

Any ideas?                    
I can never think of something witty to write in these boxes...

Offline shivabharat

  • Addict
  • Posts: 2,404
    • View Profile
phpMyAdmin Problems after changing web port
« Reply #1 on: May 20, 2003, 02:41:01 AM »
If u are using windows

in ur service file see that  u have

Code: [Select]
http               80/tcp    www www-http           #World Wide Web


also check the phpmysadmin config and see if u ahve given any port number there it should point to the mysql port .                    
Knowledge --- Reading Enriches Mind But Sharing Enhances It.Note: Before you request help enusre that you have had a look at the tutorials @phpfreaks

Offline deeemTopic starter

  • Irregular
  • Posts: 29
    • View Profile
    • TT
phpMyAdmin Problems after changing web port
« Reply #2 on: May 20, 2003, 05:18:56 AM »
Aha! Found the problem!!

The \"ServerName\" entry in Apache\'s httpd.conf...

All fixed, thanks for the help!                    
I can never think of something witty to write in these boxes...