Forums

change domain name and all urls associated with old domain

Hello team, I have been using domain name called qicksolver.com but I have already changed it to pythonsolver.com. However, I want to change all urls associated to old domain automatically. Is there a way I can do it. For example, where there is www.qicksolver.com/education/ becomes www.pythonsolver.com/education/. Thank you.

I am not sure what urls are you talking about. Where? Inside your web app code? Some other place?

Good day, I am talking about the urls located somewhere in html files.

If you are generating the URLs from a setting, then you can just change the setting. However, if you just typed the URL into the HTML, you will need to find and change them individually. There are tools like grep and sed that you can use to do it more automatically.

Thanks for the quick response,. I will try those suggested pages next time, I have edited all my files.