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 8338687
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:40:19+00:00 2026-06-09T04:40:19+00:00

I am using the following code in my .htaccess: ErrorDocument 404 error_page.php?msg=404 When I

  • 0

I am using the following code in my .htaccess:

    ErrorDocument 404 error_page.php?msg=404

When I trigger a 404 error, I get a page that says this:

    error_page.php?msg=404

Is there something that I am doing wrong?

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-09T04:40:22+00:00Added an answer on June 9, 2026 at 4:40 am

    Not sure if you can pass query strings to the document designated by ErrorDocument, Something you can try is using it in conjunction with mod_rewrite:

    ErrorDocument 404 /error-doc-404
    ErrorDocument 405 /error-doc-405
    ErrorDocument 500 /error-doc-500
    
    RewriteEngine On
    RewriteRule ^error-doc-([0-9]{3})$ /error_page.php?msg=$1 [L]
    

    Since this is in a subdirectory off of the document root, it changes everything.

    Say the subdirectory is /something/

    ErrorDocument 404 /something/error-doc-404
    ErrorDocument 405 /something/error-doc-405
    ErrorDocument 500 /something/error-doc-500
    
    RewriteEngine On
    RewriteRule ^error-doc-([0-9]{3})$ /something/error_page.php?msg=$1 [L]
    

    Assuming that your error_page.php file is actually in the /something/ subdirectory.

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

Sidebar

Related Questions

I tried having http://domain.com/user/foobar redirected to http://domain.com/user/index.php?id=foobar using the following code in .htaccess: RewriteEngine
I'm trying to get the following effect (using this local file http://localhost/[company_name]/[project_name]/.htaccess ): http://localhost/[company_name]/[project_name]/page-1
I'm using the following lines of code in my .htaccess file to create redirects.
Using following code I try to get updated list of checkbuttons' corresponding text values,
I am using following code to get bitmap from url. This function is used
I am using following code to get source for image in wpf (image is
I have a page that takes a GET variable, q from the URL using
I'm using the following code to scan a folder for images: <?php $dir =
Currently we are using the following code in .htaccess to redirect users from mydomain.com
currently I m using following code in my site in .htaccess file : RewriteRule

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.