Jump to content

PHP from an Alias directory


Recommended Posts

I set up a directory alias in apache

Alias /mydir /var/www/vhosts/sharedscripts 

 

In php.ini, the unix include path was commented out. I uncommented it and added my shared folder to the end

 

 

include_path = ".:/php/includes:/var/www/vhosts/sharedscripts" 

 

 

The safe_mode_include_dir was blank - I made it

safe_mode_include_dir = "/var/www/vhosts/sharedscripts" 

 

 

open_basedir is commented out.

 

PHP is served correctly from the document root, and html is served ok from the alias directory, but I get "do you want to save or open this file" for php files in the alias directory. I also can't get php files in the doc root to include php files from the alias (this is my ultimate goal). I would really appreciate any suggestions.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.