最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

domain - WordPress on localhost redirecting to unknown ip

matteradmin8PV0评论

I'm very new to WordPress development so forgive me if this question has already been covered.

I recently installed WordPress on my localhost. I wanted to access this website folder from a remote computer on a different network, however, I was facing an issue as the url automatically gets changed to localhost. For this, I found this link which gave me an idea of the problem I was facing ().

However, once I changed the URL in wp-config file, a different issue arose, the localhost URL keeps on changing even from my computer to a random IP (http://117.217.93.139/foldername/) and the home page does not open (other pages open fine!). Even after I restored my original file the issue keeps on persisting.

What should I do so that my problem gets resolved? I will be able to access the website from a remote network as well as work on it on my computer.

I'm very new to WordPress development so forgive me if this question has already been covered.

I recently installed WordPress on my localhost. I wanted to access this website folder from a remote computer on a different network, however, I was facing an issue as the url automatically gets changed to localhost. For this, I found this link which gave me an idea of the problem I was facing (https://stackoverflow/questions/32816005/access-wordpress-site-from-another-machine).

However, once I changed the URL in wp-config file, a different issue arose, the localhost URL keeps on changing even from my computer to a random IP (http://117.217.93.139/foldername/) and the home page does not open (other pages open fine!). Even after I restored my original file the issue keeps on persisting.

What should I do so that my problem gets resolved? I will be able to access the website from a remote network as well as work on it on my computer.

Share Improve this question asked Jun 3, 2018 at 9:29 HimanshuHimanshu 531 silver badge12 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Hi please check first your wp-config file and see is there is set any homepage url? if there then change if not then go to website database and edit table 'wp-options' where you find siteurl and homepage url then make them same.

You can also check the .htaccess (hidden file in root) also for redirection.

I hope check in wp-config and wp-option(table) will solve your website url issue

Thanks

Post a comment

comment list (0)

  1. No comments so far