• fix jwt auth bad config wordpress rest api wp-json/users/me

    If you’re integrating the WordPress REST API and using the JWT Authentication plugin for WP REST API, you might run into a common issue: although you’re able to obtain a token successfully, trying to fetch user data via the /wp-json/wp/v2/users/me endpoint returns the following error:

    {
    “code”: “jwt_auth_bad_config”,
    “message”: “JWT is not configured properly, please contact the admin”,
    “data”: {
    “status”: 403
    }
    }

    Cause of the Issue

    This error typically occurs due to incorrect placement of the JWT configuration constants in your wp-config.php file. The plugin expects certain constants—such as your JWT secret key and CORS-related headers—to be defined before WordPress is fully loaded.

    ✅ Solution

    To fix this issue, follow these steps:

    1. Open your wp-config.php file.
    2. Move the JWT-related constants to the top of the file, immediately after the opening <?php tag, and before the line that says /* That’s all, stop editing! Happy publishing. */.

  • 500 Internal Server Error fix wordpress

    The White Screen with a 500 Internal Server Error in WordPress can have multiple causes, and diagnosing the issue step by step is essential to find the right solution.

    One of the most common reasons is a corrupted .htaccess file. Check if your .htaccess matches the default WordPress structure or if it was modified by a plugin.

    Another frequent cause is a conflict with a plugin or a theme function. To troubleshoot:

    1. Rename the plugins folder via FTP to disable all plugins at once.
    2. Switch to a default WordPress theme like Twenty Twenty-Four.
    3. Rename the plugins folder back, then activate each plugin one by one to identify which one is causing the issue.

    This process helps you isolate and fix the problem without losing your content or settings.

  • Out look Email with your domain how to connect outlook 365 with your domain

    Want to have an email address like yourname@domain.com instead of a common one like yourname@gmail.com makes your business look more serious and trustworthy. Here’s how to set it up using Outlook 365.


    Step-by-Step Guide

    Step 1: Get Microsoft 365 First, go to the Microsoft 365 website. Pick a plan that includes Outlook email, such as Microsoft 365 Business Standard or Exchange Online Plan 1.

    Step 2: Add Your Website Address (Domain) Once you’ve signed up, log in to the Microsoft 365 administration area. Find “Setup,” then “Domains,” and finally, “Add domain.” Type in your website address (like example.com) and follow the instructions.

    Step 3: Prove You Own Your Domain You’ll need to show that you own your domain. To do this, you’ll add a special code called a TXT record to your domain’s DNS settings. This is just a way to confirm you’re the owner.

    Step 4: Update Your Domain Settings Microsoft will give you some specific codes (like MX, CNAME, and other TXT records). You’ll need to add these to where you manage your domain name (this is usually with companies like GoDaddy or Namecheap). These codes make sure your email works correctly and is secure.

    Step 5: Make Email Accounts After your domain is verified, go to the “Users” section in the Microsoft 365 administration area. Here, you can create new email accounts for yourself and your team, all using your new yourdomain.com address.

    Step 6: Set Up Outlook Now, either download the Outlook app or use the online version. Sign in with your new professional email address (like yourname@yourdomain.com). You’re all set to send and receive emails!


    Quick Tips

    • Always use strong passwords.
    • Turn on multi-factor authentication for extra security.
    • Use the Outlook app on your phone to check emails anywhere.

    In Short

    Setting up Outlook 365 with your own domain is easy and makes your business look more professional. Just follow these steps, and you’ll have your custom email up and running in no time.

  • What Time Is It? Best Websites to Check the Current Time

    Knowing the exact time is crucial for punctuality, travel, and global coordination. Here are the top sites to check the time instantly:

    1. Time.is (https://time.is/)

    • Atomic clock accuracy
    • Verifies if your device’s time is correct

    2. WorldTimeBuddy (https://www.worldtimebuddy.com/)

    • Compares multiple time zones
    • Great for scheduling global meetings

    3. Google Search (“What time is it?”)

    • Fast, automatic results
    • No need to visit another site

    4. TimeAndDate (https://www.timeanddate.com/)

    • Time zone converter
    • Includes calendars & weather

    5. 24TimeZones (https://24timezones.com/)

    • Interactive world clock
    • Easy time zone comparisons

    Quick Tip: Bookmark your favorite for instant access!