Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7726279
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:10:25+00:00 2026-06-01T05:10:25+00:00

This is fairly simple but I cant work it out. I’m building a wordpress

  • 0

This is fairly simple but I cant work it out.

I’m building a wordpress site, and I want a redirect on my 404 page using PHP instead of javascript.

<?php header("Location: www.myblogurl.com"); ?>

And I use this in my wordrpess websites to get the URL of my blog…

<?php bloginfo('url'); ?>

But I can’t seem to merge the two PHP scripts together, please see my poor attempt below.

<?php

    $location = bloginfo('url');

    header( 'Location:' + $location ) ;

?>

This seems to echo my website URL instead of redirecting.

Can any help me please, thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T05:10:27+00:00Added an answer on June 1, 2026 at 5:10 am

    bloginfo in wordpress echo’s the information instead of returning it. You should use get_bloginfo.

    The docs says:

    This always prints a result to the browser. If you need the values for use in PHP, use get_bloginfo().

    A sample would be:

    <?php
    header('Location: ' . get_bloginfo('url'));
    ?>
    

    You are using the + to concatenate 2 strings. This is wrong in PHP the + is a math operator for things like $result = 1 + 1. You need to use the . operator: $text = 'hello' . 'world'.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I guess this is fairly simple for you but i cant wrap my head
This is fairly simple in Windows, but a little tricky in Linux. I am
This seems like it would be fairly simple, but I've been unable to find
I'd expect this to be fairly routine, but cannot find a simple approach for
This might be a simple question, but I'm fairly new to PHP and am
I'm fairly new to Android programming, so this may be a simple question, but
This seems fairly simple but I can't get it to turn up on Google.
This seems like it should be something fairly simple, but I just can't seem
This is a fairly simple problem but I can't find a solution. I write
This should be fairly simple from what I can find online, but I can't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.