- Messages
- 2,199
- Reaction score
- 195
- Points
- 63
Hi all,
Im using php 5.4 on a free account and have a big problem.
normally php works fine in public_html and my sub folders.
But now i need to auto_prepend a php file and I dont have a
php.ini to do it in, so i tried to auto_prepend in htaccess instead.
But adding the auto_prepend to htaccess disabled all php access
or support for sub folders.
No errors are generated, I just get a blank page in sub folders.
If i disabled the auto_prepend in htaccess everything works ok.
but i cant add any file to auto_prepend or the same thing happens.
Anyone have an idea why its doing that ??
Is auto_prepend not allowed ??
or is this a problem Administrators have to fix.
thanks.
Im using php 5.4 on a free account and have a big problem.
normally php works fine in public_html and my sub folders.
But now i need to auto_prepend a php file and I dont have a
php.ini to do it in, so i tried to auto_prepend in htaccess instead.
But adding the auto_prepend to htaccess disabled all php access
or support for sub folders.
No errors are generated, I just get a blank page in sub folders.
If i disabled the auto_prepend in htaccess everything works ok.
but i cant add any file to auto_prepend or the same thing happens.
Anyone have an idea why its doing that ??
Is auto_prepend not allowed ??
or is this a problem Administrators have to fix.
thanks.
Last edited: