Page 1 of 1

Network Solutions Hosting

Posted: Mon Apr 23, 2012 7:14 pm
by atdesign
Here are some steps I had to go through to get a site I'm working on to function correctly on a Network Solutions server.

1. Create a 'php.ini' file in 'root > cgi-bin' to meet installation requirements/recommendations. Your file should consist of:

Code: Select all

register_globals = off
memory_limit = 128M
allow_url_fopen = on
max_execution_time = 60
disable_functions = ""
2. Make sure that you use the following format for your database host setting in config.php: mysqlv### replacing ### with your database. Do NOT use an IP address.

Hope that helps others avoid any headaches.

Edit: turns out the .htaccess file was not causing the problem, I was not using the correct DB host.