how to have oscommerce and joomla?

I

ironmansp

Guest
I have 2 subdomains:

joomla.aranetsl.com
oscommerce.aranetsl.com


I have the next problem:
joomla requires to have safe mode off
and oscommerce requires safe mode on
so, How can I have the 2 programs installed in the same domain?
 
See 'Including Directives into Web Server Configuration File' in the Plesk Administrator's Guide. Put 'php_admin_flag safe_mode Off' in the vhost.conf for the first subdomain and 'php_admin_flag safe_mode On' for the second.
 
Back
Top