I am trying to install script.
But getting error.Error is below and can be seen here
FATAL ERROR: register_globals is disabled in php.ini, please enable it!
If put the php.in with below text.But its not working.
register_globals = On
I added .htaccess file with below code.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^cravingcatering\.com [nc]
RewriteRule (.*) http://www.cravingcatering.com/osc/$1 [R=301,L]
Please be advice.How i can fix this.Thanks a lot