| 1 |
Access to this site has been temporarily denied.
On free hosting, if you see the message "Access to this site has been temporarily denied." or a '503 error' . This is due to the site receiving high levels of concurrent traffic. Once the traffic reduces below the limit access will be restored automatically.… |
| 2 |
Can I setup custom name servers what are the ip addresses.
How to Setup Custom Name ServersOverview Yes, you can setup custom nameservers with iFastNet hosting. Custom nameservers allow you to use your own domain name for nameserver addresses (like ns1.yourdomain.com) instead of the default iFastNet nameservers.… |
| 3 |
Do I need my own domain name ?
You do not need to own your own domain name to open an account with us, all of our plans include a free domain or subdomain you can use to get started. |
| 4 |
Domain nameservers propagation
Domain Propagation is the period of time, or delay, involved in sending your domain’s address information to all the other name servers in the world. Name servers intentionally keep track of addresses for domains in their memory for a specific period of… |
| 5 |
Email on free hosting.
Give something for free, and the bad actors will come and abuse it in their droves! Due to spam abuse the ability to send email on free hosting is disabled. If mail() or smtp support is required please upgrade your account, a full list of features on our… |
| 6 |
Fatal error: Allowed memory size of xxxxxx bytes exhausted (tried to allocate xxx bytes) in
The following message (the numbers may change slightly!) Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 74 bytes) in /folder/path/to/file means that your php script is trying to use to much ram to parse. This can generally… |
| 7 |
Forbidden displayed when browsing to a newly added domain name.
Forbidden You don't have permission to access / on this server. ============ ### Troubleshooting: "You don't have permission to access / on this server." This error message, often a **403 Forbidden** error, indicates that the web server has received the request… |
| 8 |
Force HTTPS redirection
Question : How do I force redirection from http to https on premium or free hosting. Answer : in your sites .htaccess file add the following lines : RewriteEngine On RewriteCond %{ENV:HTTPS} !on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]… |
| 9 |
Force SSL on admin area for wordpress causes redirect loop.
If you add define('FORCE_SSL_ADMIN', true); To your wp-config.php file when using free hosting, it is no longer possible to login to wordpress due to a redirect loop. To fix this, in your wp-config.php file at the very bottom add the following : if ($_SERVER['HTTP_X_FORWARDED_PROTO']… |
| 10 |
Free Hosting Script Support
On free hosting we do not provide technical support for your scripts. When you upgrade to iFastNet Premium hosting we provide full support for all your scripts and tech support issues, however on the free plan you do need to fix your own scripts if you encounter… |
| 11 |
Free hosting Socket support
On free hosting sockets in php are enabled on a limited basis to prevent abuse. This means that common scripts that use sockets such as Wordpress auto updates or Akesmet spam filtering will work, more custom scripts that use socket may not work unless you… |
| 12 |
How to redirect non-www URLs to www?
How to Redirect Non-www URLs to www Using .htaccessOverview This guide will show you how to redirect visitors from your non-www domain (example.com) to your www version (www.example.com) using an .htaccess file. This ensures consistent URL structure and can… |
| 13 |
Images / CSS fail to load when using www version of site.
This can be caused by the web browser 'single origin policy' please try adding the following .htaccess rules at the top of a file called .htaccess in the htdocs folder for the domain #Force non-www: RewriteEngine On RewriteCond %{HTTP_HOST} www.(.*)$ [NC]… |
| 14 |
mysql database connection error
Your mysql database username and password is your vista control panel username and password / have you recently changed your vista panel password? please check your script config file. You can use a MySQL database with your PHP scripts. You need to make a… |
| 15 |
no access to phpmyadmin database or ftp on free hosting in the vPanel / vistapanel.
If you can't log into phpmyadmin ans/or ftp, please log into your Vista panel and reset your password. 1) Log into the panel. 2) Use the 'Change Password' option 3) change the password. This will synchronize all passwords. Then do the following : 1) Log out… |
| 16 |
Password protecting wordpress admin area causes redirect loop
Question : I enabled password protection for my wordpress admin area, now I can not login I see a 'redirect loop' eg Firefox : The page isn’t redirecting properly Chrome : ERR_TOO_MANY_REDIRECTS Solution : Add the following to your site .htaccess file ErrorDocument… |
| 17 |
unable to upload any files to my website
If you get an error message //disk quota exceeded// please check your inodes usage in vista panel on the left sidebar. If it is near or over 100 per cent, then in order to upload you have two options: 1) you will need to remove some files from your account.… |
| 18 |
Uploading a large image attachment using SMF fails.
If you receive a white screen when uploading a large image attachment using SMF then to fix follow the below steps : 1) download the file Sources/Subs-Graphics.php from your hosting account 2) edit the file using notepad, and locate the line (around line… |
| 19 |
warez or linking to warez
We do NOT support illegal warez or linking to warez on our servers. If it is not legal in the USA or EU then it is not allowed. If copyrighted material is uploaded for download, and we receive a complaint, then we will suspended the account. |
| 20 |
Warning: file_get_contents() [function.file-get-contents]: http:// wrapper is disabled in the server configuration
KB: PHP file_get_contents() Function and Socket Connections This article clarifies the use of the file_get_contents() function and explains the limitations on socket connections for free and premium hosting plans. file_get_contents() Support The PHP function… |
| 21 |
Website Not Updating After Changes Have Been Made
If you make changes or updates to a website that do not appear when you browse to it you may be viewing a cached version of the page. You can follow the instructions below on how to clear your web browser cache ## What is Browser Cache? Browser cache is temporary… |
| 22 |
What are the name servers to use
Once you have registered an account with us you will receive an email including all of your account information, this will include your allocated nameservers to use. If you have any issues or questions regarding setting up your nameservers for your domain… |
| 23 |
What do I do if I lost my cPanel or vPanel password
If you lost your password please goto the Login screen for your control panel, and then click for the 'Lost Password' or 'Reset Password', then follow the process. |
| 24 |
Where do you upload your files to?
On Free hosting All files and folders must go into the htdocs folder to be displayed in a browser. If you have deleted the htdocs folder then you must simply create it again using your vista panel file manager and re-upload your website files into it using… |
| 25 |
wordpress running slow
How to Improve WordPress Speed: Complete Optimization GuideOverview WordPress speed optimization is crucial for user experience, SEO rankings, and conversion rates. A slow website can significantly impact your business, with studies showing that a 5-second… |