Changing Port number in WordPress blog

port, wampserver, wordpress

Solution

Go to Dashboard > Settings > General and check what you have for the options:

- WordPress Address (URL)

- Site Address (URL)

Problem

First of all I installed wamp server on port 8081 (Because there was IIS on 80). the word process was installed successfully and blog was running smoothly. Now I stopped the IIS and set the apache port to 80. But the application is redirecting to port 8081. (Also I copid the wordpress folder to my live domain, in there also it is redirecting to port 8081.) In which file, I need to change the port number? (I have already changed the port number in httpd.conf.) Thank You in Advance. :)

Original source