This explains how to update an IP address in a .htaccess file. 1. Login to cpanel (hosting control panel). 2. Go to File Manager 3. Select public_html (left side navigation), displays all folders & files 4. Highlight (left click) .htaccess (first file under folders). If you cannot see the file, go to Settings (top right […]
Backslash PHP Issue Resolved
A previously good working edit form starting adding a backslash ( \ ) before every quotation character ( “ ) after save. Before Save = src=”file.jpg” After Save = src=\”file.jpg\” I discovered the cause was located in a php.ini file (root – public_html) The cause = magic_quotes I turned [magic_quotes] OFF and it stopped adding the backslash magic_quotes_gpc […]
Get A Valid SSL Certificate
Google’s Chrome browser will display a security warning on all web sites that are not HTTPS starting October 2017. If your website has text input fields on an HTTP page or it is opened in the incognito mode, Chrome will display a warning notification to the user. What’s next? Your website will be deemed “not […]
How To Change Content
Here we explain how to make changes to content found on the Ripefruit network. Changing information is extremely easy. Follow these steps Go to the page you wish to change Scroll down and locate an UPDATE link below the content. On some sites it is a large blue UPDATE button. Click on it. The next […]
Fixing WordPress Speed Issue
One of the negatives about open source software like WordPress is that it becomes an easy target for hackers and spammers. We were experiencing speed issues as a result of high loads on our server with several services struggling to cope. We identified that a number of WordPress installations were receiving a lot of traffic to the admin login […]