Change the Site URL in Options Table.
UPDATE `wp_options` SET `option_value` = 'YOUR_SITE_URL' WHERE `option_name` = 'siteurl' OR `option_name` = 'home';
Also change the static URLs in your post content.
UPDATE `wp_posts` SET `post_content` = REPLACE(post_content, '192.168.0.18/YOUR_LOCAL_SITE_URL/', 'YOUR_SITE_URL/');
Don’t forget to change the table prefix if its not ‘wp_’.
Edit : Access PHPMyAdmin of your server. Contact your Hosting Provider if you are not aware of this.
Select your WordPress Database & Access wp_options table. And change ‘siteurl’ && ‘home’ attribute values to your Live Website URL.
Hire a developer if you are not sure what you are doing !
Related Posts:
- Migrating WordPress from Windows Server 2008 R2 (IIS v7.5) to CentOS
- Implement ssl to a WP docker container [closed]
- Apache/Linux configuration changes to make automatic upgrade more straightforward
- Plugins & backup not working correctly on new Digital Ocean server
- localhost/wordpress(or other application), how does it work?
- Apache using full RAM problem
- Best practices for configuring a server?
- Apache extensions for WordPress’ working without troubles
- Check WordPress size on disk
- How to automatically redirect HTTP to HTTPS on Apache servers?
- Minecraft Server closes immediately after running?
- What is Options +FollowSymLinks?
- Apache server keeps crashing, “caught SIGTERM, shutting down”
- httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName
- Configuring Apache for localhost
- How does one suppress a 404 status code in a WordPress page?
- Optimize apache for WP use
- WordPress local development environment [closed]
- WordPress .htaccess subdirectory problem
- Why is group ownership with rwx permissions not enough?
- security+best practices: root or www-data on a wordpress content folder?
- Rewrite URL to remap WordPress Permalink
- What’s the proper way to setup WP-CLI on Ubuntu so that I don’t have to use the flag –allow-root?
- Which Apache-modules must I enable?
- Universal problem: first request after ~25 second inactivity always slower (~1 second) than subsequent requests (~1/10sec)
- Connect to server with SFTP instead of FTP/FTPS within WordPress Backup
- WordPress hangs when I publish or update a post [closed]
- Force Cron to run only on one server
- Gutenberg: unable to save attributes with ServerRender
- Handling the response sent from a ruby on rails application in wordpress
- How might I setup a development server (local) and a test/production server (remote)
- Why does WordPress get posts from MySQL from a virtual hostname but not the direct hostname?
- login wp impossible
- Can you have multiple wordpress sites under the same domain?
- Can’t delete unwanted favicon
- How to Better Control WordPress Cron Jobs?
- .htaccess file missing from WordPress install directory
- Changing the server path
- Editing post and page responding 503 Service Unavailable
- Evaluations of two wordpress security plans against php code injection attack
- what are the chmod rights recommended to give for every folders of wordpress projects
- How to change server name on WordPress Installation?
- WordPress hosting optimized servers – Is this just a sales gimmick? [closed]
- External cron job firing too many times
- Does WP read itself?
- SSH Upgrade Problem
- dev site running on subdomain is redirecting to the main domain
- copy wordpress site files on new server
- Lamp stack not supporting phpmyadmin? [closed]
- HTTP Error on media upload, only httpd restart helps
- Moving wordpress to an unknown outlet
- Log Author Actions
- WordPress hosting moved from windows server to linux server
- WordPress backup(on another server)leading to old server addy and WP
- WordPress sub-directory on other server running on nginx?
- Server specification [closed]
- https and wordpress breaks posts
- How to reduce Apache connections caused by plugins?
- APC fragmention woes on Apache AWS EC2 Small instance with WordPress and W3TC [closed]
- How to change settings so I can upload images in WordPress posts?
- Scripts external to WordPress cause 404 errors
- WordPress PHP version/info not being picked from cPanel PHP Version values
- Changing domain name causes some strange problem in my browser
- Sequence of finding a website when they are running WordPress
- i have a problem with my domain getting rederected to another one
- Error establishing a database connection – WordPress setup, everything else is working
- How to optimize wp_delete_post() function, or why it is so slow
- Permissions working but not working
- How to edit content in WordPress and the Polylang – plugin? – with demosite
- Upgrade to PHP7.3 and Changing Apache from Prefork to Event Breaks WordPress
- Adding a “code checker” for my e-learning wordpress site
- WordPress vps memory allocation
- Getting past the Synology default web site when creating a web server
- Internal Server Error after restoring MySQL databases
- Best WordPress Cloud Hosting Provider that allows installation of ffmpeg 4.0
- Server (VPS) is going down when editing a bigger wordpress article! (?)
- Move site root directory on debian
- URL problem in my site
- Timthumb isn’t displaying any images. “A TimThumb error has occured
- Strange special character/Latin characters
- Setting up WordPress client and server
- Hang Up Followed By Can’t select database
- Formatting wordpress debug messages
- Does WordPress perform better with curl installed?
- Folder Permissions + Security Concerns
- WordPress or plugin need tomcat?
- WordPress not working locally
- Would Amazon AWS Services be a good alternative to my current hosting provider?
- What level of permissions should the plugins folder be set to?
- WordPress Memory limit not increasing
- Download a zip folder of selected files
- Problems with ‘require (./xxx)’ on IIS7.5
- Moving a WordPress website from one server to another
- Can I redirect the http request towards an old folder to the homepage using .htaccess file? [closed]
- Test for IP in Array Always Fails on First IP
- Where can I find web hosting reviews? [closed]
- how to put shortcode to the top of the page – theme 2014
- Problems loading stylesheet and permalinks after rebooting
- Will denying all ip address except my own create a problem?
- Subfolder install not working