Posted by Jerry Stuckle on 01/22/07 18:20
Michael Fesser wrote:
> .oO(Jerry Stuckle)
>
>> Again - what if you're on an IIS system? No .htaccess. What if your
>> hosting company has restricted you so that PHP cannot load values from
>> .htaccess? I've found several who do.
>
> Change the host? Why should I stay with a company that doesn't provide
> the tools I need?
>
>>> As does "include_path" -- you just need to set it in php.ini.
>> Which is impossible on a shared host.
>
> Depends. I'm on a shared host and can use my own php.ini.
>
> Micha
Not really,
If they're using the CGI version of PHP (instead of the Apache
extension), you can use a subset of the php.ini in your directory. But
unless they have no concerns about security (or don't understand
security), you won't be able to put all the possible options in it. And
what they allow or disallow varies from one host to another.
And if you do have all options available I'd switch hosts - FAST.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|