WeWP
ComparePricingFeaturesContact UsLoginTry For Free
  • Knowledge Base
  • How to Fix "Not Secure" or "Not Private" Connection Errors
  • How to Add Cron Jobs
  • Connect to Your Server via SSH on Windows
  • Keeping Servers and Sites Secure
  • Troubleshooting Cloudflare Issues
  • Install WordPress Themes and Plugins with Composer
  • How To Fix Mixed Content Issue For WordPress
  • What Is a DDoS Attack and How to Prevent It?
  • How to Enable WordPress Debug Mode
  • How to Fix the “MySQL server has gone away” Error
  • How to Configure WP Mail SMTP Plugin to Send Emails
  • How To Fix the “HSTS Missing From HTTPS Server” Error
  • How to Check Your Domain's Expiration Date
  • How to Use and Serve WebP Images in WordPress
  • Email security best practices for using SPF, DKIM, and DMARC
  • What is a LEMP (Linux, Nginx, MySql, PHP) Stack?
  • Deploying Web Applications with NGINX HTTP Server
  • How to Configure WP Rocket Plugin for WordPress
  • How to Check SPF and DKIM Records with WeWP
  • Understanding FTP vs SFTP: Which Should You Use for Secure File Transfers?
  • What is a DMARC record and How to Set it Up?
  • How to Set Up Cloudflare’s Free CDN for WordPress
  • How to check your Ubuntu version (Using the command line and GUI)
  • How to Download Backups from WeWP panel
  • How to Change the PHP Version of Your Hosting Plan
  • Troubleshooting Cloudflare Universal SSL
  • How to Fix “Your Domain Is Not Pointing” Error
  • SSH vs SSL: What’s the Difference?
  • WordPress Search and Replace
  • How to Force HTTPS on WordPress Websites
  • How to Fix a Failed Lifetime SSL Installation
  • How to Redirect HTTP to HTTPS
  • How to Monitor System Processes Using htop Command
  • Varnish vs Nginx FastCGI Cache: Which is Best for WordPress?
  • What Is the Database information_schema on phpMyAdmin?
  • How to Disable WP-Cron for Faster Performance
  • How to fix the ERR_SSL_PROTOCOL_ERROR
  • How to fix the NET::ERR_CERT_AUTHORITY_INVALID error
  • How to Add Expires Headers in WordPress
  • How to fix the “There has been a critical error on your website” error
  • How to Fix ERR_QUIC_PROTOCOL_ERROR in Chrome Browser
  • What Is Localhost? And How Does It Apply to WordPress?
  • How to Fix a Mixed Content Warning on Your Website
  • How to Fix the "Connection Timed Out" Error in WordPress
Powered by GitBook
On this page
  • Step 1: Verify Your DNS Settings
  • Step 2: Update DNS Records
  • Step 3: Verify Changes and Clear Cache
  • Step 4: Contact WeWP Support (if necessary)
  • Conclusion

Was this helpful?

How to Fix “Your Domain Is Not Pointing” Error

Step 1: Verify Your DNS Settings

1. Access Your Domain Register

  • Log in to the account where you registered your domain name (e.g., GoDaddy, Namecheap, Google Domains).

2. Locate DNS Management

  • Find the DNS management area, which might be labelled as "DNS Settings," "DNS Management," or "Name Servers."

3. Check Name Servers

  • Ensure that your domain's name servers are set to those provided by WeWP. If you don't have this information, check WeWP's documentation or contact their support.

4. Example of typical WeWP name servers:

  • ns1.wewp.com

  • ns2.wewp.com

5. Update Name Servers (if needed):

  • If the name servers are incorrect, update them to match WeWP's specified name servers. Save your changes.

Step 2: Update DNS Records

1. Access DNS Records

  • If you are managing your DNS records through your registrar or a third-party DNS provider, access the section where you can manage DNS records.

2. Add or Update A Record

  • Ensure there is an A record pointing to the IP address provided by WeWP. This IP address is where your website is hosted on their platform.

Example:

  • Host: @ (or your domain name)

  • Type: A

  • Value: [WeWP IP address]

  • TTL: Automatic or 60 seconds

3. Add or Update CNAME Record

  • If WeWP requires a CNAME record for certain functionalities (such as subdomains), ensure these records are added correctly.

Example:

  • Host: @ (or your domain name)

  • Type: A

  • Value: [WeWP IP address]

  • TTL: Automatic or 60 seconds

4. Save Changes

  • Save the changes to your DNS records. DNS propagation can take up to 48 hours, but it typically completes within a few hours.

Step 3: Verify Changes and Clear Cache

1. Verify DNS Propagation

  • Use online tools like "WhatsMyDNS" or "DNS Checker" to verify that your DNS changes have propagated globally. Enter your domain name and check the A record or CNAME record.

2. Clear Browser Cache

  • Clear your browser cache to ensure you are seeing the most recent version of your site.

3. Clear Local DNS Cache

  • On Windows: Open Command Prompt and type ipconfig /flushdns, then press Enter.

  • On macOS: Open Terminal and type sudo killall -HUP mDNSResponder, then press Enter.

Step 4: Contact WeWP Support (if necessary)

  • If you have followed all the steps and the error persists, contact WeWP support for further assistance. Provide them with details of the steps you have taken and any error messages you are encountering.

Tips for Avoiding DNS Issues

  • Double-Check Entries: Ensure all DNS entries are correct and there are no typos.

  • Understand TTL: Lower TTL values can help speed up propagation during changes but remember to set it back to a higher value afterward.

  • Backup DNS Settings: Before making changes, take screenshots or notes of your current settings in case you need to revert.

By following these steps, you should be able to resolve the "Your Domain Is Not Pointing to WeWP" error and successfully point your domain to your WeWP hosting account.

Conclusion

Fixing the "Your Domain Is Not Pointing to WeWP" error involves verifying and correctly configuring your DNS settings to ensure your domain points to your WeWP hosting account. This process includes checking and updating your domain's name servers and DNS records (such as A and CNAME records).

By methodically following the steps outlined—accessing your domain registrar, updating name servers, configuring DNS records, and verifying changes—you can resolve this issue effectively. Clearing your browser and local DNS cache can also help ensure you're seeing the most up-to-date version of your site.

If you encounter any difficulties or if the error persists, reaching out to WeWP support can provide additional guidance and assistance. Properly managing your DNS settings not only resolves this error but also helps prevent similar issues in the future, ensuring a smoother and more reliable web hosting experience.

PreviousTroubleshooting Cloudflare Universal SSLNextSSH vs SSL: What’s the Difference?

Last updated 10 months ago

Was this helpful?