Topic: Making script work on godaddy and 1and1

Here's a good tutorial.

http://geodesicsolutions.com/latest-sof … g-php.html

Re: Making script work on godaddy and 1and1

For godaddy, the .htaccess file needs to be:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^([^\.]*)?\.htm$ index.php?name=$1 [NC,L]


also you need to create a ioncube directory, upload the ioncube loaders into it and create a php5.ini file and inside it write:

extension_dir = ./

zend_extension = /home/content/v/d/i/instantsitemachine/html/ioncube/ioncube_loader_lin_5.2.so

[Zend]

zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so
rg_emulation=on

Re: Making script work on godaddy and 1and1

also here

http://help.godaddy.com/article/5608?