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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:57:47+00:00 2026-05-28T15:57:47+00:00

I used: php_value auto_prepend_file file.php in my .htaccess that is in public_html folder. Now

  • 0

I used:

php_value auto_prepend_file "file.php"

in my .htaccess that is in public_html folder.

Now when I run public_html/sub/index.php i get this error :

Fatal error: Unknown: Failed opening required 'file.php'

How to use auto_prepend_file flag to include a file relative to .htaccess file ?

  • 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-05-28T15:57:48+00:00Added an answer on May 28, 2026 at 3:57 pm

    The file must be inside PHP’s include_path. So you must either set the file’s directory to be in the include_path inside php.ini, or do it in the .htaccess with a php_value statement.

    php_value include_path ".:/path/to/file_directory"
    php_value auto_prepend_file "file.php"
    

    If you use the above method in .htaccess, be sure to copy the include_path from php.ini in and add the :/path_to/file_directory so you don’t lose any already needed includes.

    Alternatively, just add :/path/to/file_directory to include_path directly in the php.ini

    Update

    If you cannot modify the include_path, you might try specifying a relative path to the auto_prepend_file. This should work since the file path sent is processed identically as if it was called with require():

    php_value auto_prepend_file "./file.php"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I used the following php code to get the file extension of an uploaded
Having until now only used PHP's gd image library to resize, crop and greyscale
I have used file uploader(used PHP) in my application. In FireFox, and Internet Explorer8
I used postgreSQL in PHP, and this was simple : when you make a
I have this database field that used as the form input value '. $variety['price'].
How to convert percent value to decimal value in PHP to be used in
Tech used: PHP 5.3.10 Hi, I have an array (example below) I need to
I've never used php before and am trying to connect to a SQL Server
Has anyone of you ever used php_writeexcel (http://www.bettina-attack.de/jonny/view.php/projects/php_writeexcel/)? I would like to know if
I write a script for a alerter service. I used php connection_status function to

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.