I'm trying to set up a new website with an addon domain, posknuke and gallery. I can't seem to get pass the 3 setups issues for register_globals, php magic quotes, and htaccess processed by apache. I see on my old sites these settings are all warnings also but I figured since this PHP change was for security it didn't make much sense I can't get these things correct now. I thought I had to add lines for register globals and magic quotes to a php.ini file but I've put them in the addon domain root and the gallery folder and they are never recognized. I also tried to add this to an htaccess file in my gallery root and I just get an error 500:
Quote:
<Directory /home/user/public_html/path_to_gallery>
AllowOverride Options FileInfo
</Directory>
|
If anyone has recently set this up and got past these warnings I'd appreciate any help you can offer.