Network Solutions Hosting

Do something cool with CMS? Show us ...
This board is for 'Answers', and the discussion of answers... Not for questions.
Post Reply
atdesign
Forum Members
Forum Members
Posts: 38
Joined: Fri Feb 24, 2012 12:57 pm

Network Solutions Hosting

Post 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.
Post Reply

Return to “Tips and Tricks”