relative/absolute path issue.

spacresx

Community Advocate
Community Support
Messages
2,182
Reaction score
195
Points
63
i have not changed much in the way of my relative/absolute path, but its not working now.
i did have /home/user/domains/website.bz/public_html/ as my path
but that is not being seen anymore since the recent changes..

i was also trying to use auto_prepend_file = "/home/user/domains/website.bz/public_html/file.php"
but this to is not being seen now.

note that these used to work flawlessly before now they dont at all.
im at a loss as to what changed

i need to have this option to ' auto_prepend_file ', so any help would be thankful.

thoughts/ideas ??
 

spacresx

Community Advocate
Community Support
Messages
2,182
Reaction score
195
Points
63
@Admin, is there an issue using ' auto_prepend_file '
with php options by using it in a user.ini or php.ini file ?
ive tried php 5.6 up to php 8.0 with no luck.
but its still like "/home/user/domains/website.bz/public_html/file.php" is not seen.
 

spacresx

Community Advocate
Community Support
Messages
2,182
Reaction score
195
Points
63
solved:
had to add "php_value auto_prepend_file loader.php" to my htaccess file.
 
Top