Quote:
|
Originally Posted by mjtkop
...
1.I need to change Register Globals to 'On' how can I access my php.ini file, can I access it through WHM?
2.I have 2 40GB drives is it possible to set up a subdomain on my main account i.e subdomain.mysite.com and have the subdomain on the second hard drive? also how do I access the second hard drive?
|
1. Make a phpinfo.php file and on the sixth line will be the path to the php.ini file.
2. While you could do that -- you do not want to. The second drive should be for backups only. If drive 1 should fail you have drive 2 with the backups. If drive 2 should fail you still have working drive 1 files. If you mix them you are vulnerable to lose data on either drive failure.