pascal
06-28-2005, 09:32 AM
Hello,
When a user try to install the phpBB forum by accessing to the install script with the user_dir shortcut (http://ip/~account) there is a blank page with no error both in apache log and siteworx account apache error log
http://ip/~account well redirect the user to http://ip/~account/install/install.php but the page is blank
I'm sure the account works well because if I create in the hosts file an entrie like 65.xxx.xxx.xxx domaine.tld (for window in c:\windows\system32\drivers\etc\hosts) and then acces to his website using his full domaine like http://domaine.tld, I'm well redirected to the install.php script of PhpBB and this last one works fine.
Do you have an idea why the page is blank ?
I have in httpd.conf
UserDir public_html
<Directory /home/*/public_html>
AllowOverride AuthConfig FileInfo Options Limit Indexes
Options FollowSymLinks
</Directory>
But in php.ini I have nothing for the user_dir directive (only user_dir = )
Do I have to also enter in php.ini something like
user_dir = /home/*/public_html
I have also to notice you that the user_dir works well for others "simple" php web site
Thanks by advance for your ideas
Pascal
When a user try to install the phpBB forum by accessing to the install script with the user_dir shortcut (http://ip/~account) there is a blank page with no error both in apache log and siteworx account apache error log
http://ip/~account well redirect the user to http://ip/~account/install/install.php but the page is blank
I'm sure the account works well because if I create in the hosts file an entrie like 65.xxx.xxx.xxx domaine.tld (for window in c:\windows\system32\drivers\etc\hosts) and then acces to his website using his full domaine like http://domaine.tld, I'm well redirected to the install.php script of PhpBB and this last one works fine.
Do you have an idea why the page is blank ?
I have in httpd.conf
UserDir public_html
<Directory /home/*/public_html>
AllowOverride AuthConfig FileInfo Options Limit Indexes
Options FollowSymLinks
</Directory>
But in php.ini I have nothing for the user_dir directive (only user_dir = )
Do I have to also enter in php.ini something like
user_dir = /home/*/public_html
I have also to notice you that the user_dir works well for others "simple" php web site
Thanks by advance for your ideas
Pascal