News:

Go to HostNed.com
Welcome.  This is a place to get user-to-user support, learn more, and share ideas.  If you can't find your answers here, feel free to ask by creating a new topic or visit the support ticket system at https://my.hostned.com :)  Have fun here!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Dynaweb

#1
Here at HostNed, we ended our offerings of Windows-based web servers years ago. When we did so, our Windows Server-based customers were migrated to Linux servers, and the results were overwhelmingly positive.

Linux servers are becoming increasingly popular due to their reliability, security, and cost-effectiveness. With the rise of cloud computing, many businesses are turning to Linux servers and Linux-based web hosting services for their IT infrastructure needs. Here are some reasons why many people prefer Linux servers over Windows servers:

1. Reliability: Linux servers are known for their stability and uptime. They have a reputation for being more reliable than Windows servers, which can be prone to crashes and downtime.
2. Security: Linux servers are often considered more secure than Windows servers due to their open-source nature. This means that there is less risk of security vulnerabilities and malware attacks.
3. Cost-effectiveness: Linux servers are generally cheaper than Windows servers, as they do not require licensing fees or expensive software updates.
4. Customizability: Linux servers can be customized to meet specific business needs, whereas Windows servers may have limited customization options.
5. Community support: The Linux community is large and active, providing extensive documentation and resources for troubleshooting and problem-solving. This makes it easier for businesses to find help when they need it.

Industry-wide, many people are choosing Linux servers over Windows servers due to their reliability, security, cost-effectiveness, customizability, and community support.

We still have new customers coming on board with us who are migrating their websites to our Linux-based services, either cPanel or Plesk). Unless you are a rare user who requires ASP.net technology, migrations are very successful, but there are some factors that may arise that you need to be aware of.

When migrating web pages from an IIS server (Windows) to an Apache server (Linux), there are some differences in the way that Linux servers handle case-sensitivity. Here are a few key points to consider:

1. File names: In Windows, file names are case-sensitive, meaning that a file named "index.html" will be treated as different from a file named "index.htm". However, in Linux, file names are not case-sensitive, so both files will be treated as the same.
2. URL rewriting: In Windows, URL rewriting is typically done using .htaccess files or server-side scripting languages like PHP or ASP.NET. In Linux, URL rewriting can be done using mod_rewrite, a built-in module for Apache servers. However, this requires some knowledge of the Linux command line and may not be as easy to set up as it is in Windows.
3. Paths: In Windows, file paths are case-sensitive, meaning that a directory named "C:\Program Files" will be treated differently from a directory named "c:\program files". However, in Linux, file paths are not case-sensitive, so both directories will be treated as the same.
4. Permissions: In Windows, permissions are set using NTFS or ACLs, which can be more difficult to manage than in Linux. In Linux, permissions are set using chmod and chown commands, which are easier to use but may require some knowledge of Linux command line.

Sometimes, migrating web pages from an IIS server (Windows) to an Apache server (Linux) can pose a challenge due to the differences in how file names, URLs, paths, permissions, and other aspects are handled. However, we are here to help you make the transition successfully.

Here at HostNed, we offer a technology called mod_speling to help with these differences when migrating websites. Upon request we can activate mod_speling on your domain. This will make your Linux domain respond to your links and URL requests in a way that is very similar to how Windows handled them, making things more case-insensitive. That way you can keep your current code intact without having to rename files and make all the changes to you code. 

How cool is that!  8)
#2
Announcements / End-Of-Life for PHP version 7.4
January 12, 2023, 01:10:34 PM
This is an announcement for all Web Hosting customers. It is time again for PHP upgrades.

PHP 7.4 reached EOL

It is highly recommended that you upgrade your PHP version. In the near future, technicians as well as automated systems will be upgrading accounts periodically, however, we highly recommend you upgrade your PHP version yourself if you are using version 7.4 or lesser.

Ensure your PHP scripts are up-to-date

The new version 8.x comes with some degree of incompatibility with some older code. Our techs and systems cannot know for sure if your PHP scripts are compatible with the new versions, so have your software developer check into that for you. Some code syntax that works properly on older versions may not work with 8.x and may display error or warning messages. If you do continue to use the older version in the meantime, you will be susceptible to any remaining bugs or security issues.

For more information, read PHP EOL Documentation.
#3
HostNed has said goodbye to Windows-based hosting. Although it is no longer offered, it is still available and fully supported at DomainsNed. Windows web hosting is perfect for those who use ASP.NET, ASP or Microsoft SQL Server technologies.

Windows-based hosting with Plesk at DomainsNed
#4
Announcements / Happy New Year 2023
January 01, 2023, 12:13:59 PM
Wishing everyone a very happy and prosperous new year!
#5
SEO and Marketing / SEO Product From DomainsNed
May 28, 2022, 11:46:16 AM
SEO (by our partner DomainsNed)

Our SEO tool analyzes your website and gives you step-by-step instructions on how you can optimize for Google®, Yahoo® and Bing®. All it takes is a few clicks, and then you can get back to business.

Bring more traffic to your website with Search Engine Optimization.

  • Search Optimization: Improve search engine rankings with keyword and suggested topics tool
  • Keyword suggestions: Get personalized phrases and words to add to increase traffic to your website and help it rank better
  • Tracking your ranking: Track the progress of your website's rank on Google over time
  • Create your sitemap: Customize, create and submit a site map to aid search engines in crawling your site

More info:
SEO Tool From DomainsNed
#6
SSL and HTTPS / Force HTTPS Connections
May 08, 2022, 10:18:38 AM
Forcing HTTPS on All Website Traffic

HTTPS is the new standard in secure online connections for web pages. It ensures that connections are not being intercepted and instills confidence for your visitors.

When you enable HTTPS on your web site using an installed SSL certificate, you may still be able to load your pages using the traditional non-HTTPS connections, so to get things as secure as possible, it is recommended to enable https:// connections all the time. It is a good idea to enable this unless there is something that will not work in https mode for some reason. cPanel calls this "Force HTTPS redirect. You can find that setting under DOMAINS in your cPanel area. This is available for your main domain name only, so to force HTTPS connections on your subdomains and/or add-on domains, you can do that by adding some code to your .htaccess file.

Here is how to use the .htaccess file to force HTTPS redirects:

Go to File Manager in cPanel (or Plesk) and find .htaccess inside the public_html folder. Be sure to make a backup copy first just in case something goes wrong. If you can't find it, make sure to unhide hidden files in the settings.
Scroll down to find RewriteEngine On and insert the following lines of code below it:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Save the changes.
Important! Make sure that the line RewriteEngine On is not repeated twice. In case the line already exists, simply copy the rest of the code without it.

Force HTTPS on a Specific Domain Only
Let's say that you have two domains: http://yourdomain1.com and http://yourdomain2.com. Both domains access the same website, but you only want the first one to be redirected to the HTTPS version. In this case, you need to use the following code:


RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain1.com [NC]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

Make sure to replace yourdomain1 with the actual domain you're trying to force HTTPS on.

Forcing HTTPS on a Specific Folder
The .htaccess file can also be used to force HTTPS on specific folders only. However, the .htaccess file should be placed inside the folder that will have the HTTPS connection.


RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(folder1|folder2|folder3) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

After making the changes, clear your browser's cache and try to connect to your site via HTTP. If everything was added correctly, the browser will automatically redirect you to the HTTPS version.

Even though your connections are now being automatically redirected to HTTPS. you may want to update your links in your website code to the new updated https:// address for best practice.
#7
Announcements / OPERATION BIG CLOUD
November 17, 2020, 02:29:45 PM
Big changes are coming to HostNed!

  • BIGGER Value
  • BIGGER Assistance
  • BIGGER Performance
  • more SECURITY
  • more FUTURE-PROOF
  • more PRODUCTIVITY

Starting 1/1/2021 HostNed becomes DomainsNed. Get ahead of the game by upgrading today!

Since 2000, HostNed.com has taken the lead in customized, affordable hosting solutions for small business and personal web hosting. More details to come!
To get started, contact our DomainsNed account Specialist Adam Rosenberg directly at (480) 505-8877 with your current account details.

*In association with DomainsNed.com, Secureserver, Godaddy & cPanel
#8
I manage many different websites that use WordPress and I find that the very best thing I can do for security is to install the WordFence plugin. It is a real WAF (Web Application Firewall) that works in the background to help prevent malicious activity on your website.

Do you use this or something different for WP security?
#9
Announcements / Re: HostNed Now Accepts Bitcoin!
February 19, 2020, 02:43:57 PM
As promised, your favorite web host now accepts Bitcoin as well as a variety of crypto-currencies.

Are you ready to participate?

Here is how to get started:

  • Purchase a new service from HostNed, or for current customers, Log In to your account backend at myHostNed
  • Click on Billing -> Edit Payment Method and select "Coinpayments (Crypto)"
  • Click the button "Update Payment Method" at the bottom
That's it. You are now a part of a revolution.  8)

Special thanks to ClientExec for the integration and for CoinPayments for their great service.

#keywords = web host accepts bitcoin, hosting pay with crypto, bitcoin host, litecoin, monero, etherium, payments, webhosting
#10
SEO and Marketing / Does HostNed Support Mailing Lists?
January 15, 2019, 12:59:29 PM
Our hosting services are optimized for websites and email for daily use. To keep our services clean and spam-free, we limit the number of emails that your account can send per hour. Although this makes a great environment for most, it is not designed for mass mailings and email marketing campaigns.


Recommended Email Marketing Services:
#11
Connect to your Web Presence Builder (WPB)

Your WPB is available at the following URL.
https://p5.ssl1.us:8443/

Once logged in, click the EDIT WEBSITE button. I suggest running backups frequently prior to performing changes, just to be safe.
Once published, you will need to refresh the browser to see the new changes.

Please be advised that since you are using the SiteBuilder, it is not recommended to use FTP or File Manager to edit files as doing so could overwrite files that are vital to keep the SiteBuilder functioning properly.
#12
Frontpage / Frontpage Extensions No Longer Supported
September 27, 2018, 12:40:55 PM
We no longer support FPSE (Frontpage Server Extensions) as they are a very old and expired technology that has been abandoned by Microsoft.

Alternatives are:

- Wordpress or other CMS
- Parallels Web Presence Builder (SiteBuilder)
- File Manager (cPanel or Plesk)

Questions? Ready to order?
Contact Us
#13
Beware of another Domain Registration Scam. This one from a company named iDNS (Internet Domain Name Services) from Jersey City, New Jersey.

DO NOT CONTACT THIS COMPANY

DO NOT SEND THEM MONEY

If you need help determining your real Domain Registrar, feel free to contact us or use our WHOIS Lookup here..

iDNS are fraudulently sending Domain Expiration Notices pretending to be from your current Domain Name Registrar. Nowhere in their notice do they disclose that they are, in fact, a third party company attempting to get you to switch to them as a Registrar, but that is precisely what they are doing.

Here is an example of the notice.
#14
Create and manage Git™ repositories directly from your cPanel hosting control panel. You can use Git to maintain any set of files and track the history of changes from multiple editors (version control).


Get yours today!
https://www.hostned.com/web-hosting/
#15
Email and Webmail / Using Rainloop For Email
March 05, 2018, 05:54:13 PM
I have been using the HostNed RainLoop for email (webmail) lately. Although it is a little limited in it's features, I have to say it is a nice email experience for something that is browser-based. Looks way better than the other standard webmail systems like Roundcube and Horde -- especially when on a tablet or smartphone.
It's still in Beta, but give it a try.
https://apps.hostned.com/rainloop/