Tag Archives: Hosting

How To Enforce HTTPS (SSL) URLs On Your Website?

SSL securely transforms data from the client to the server by adding encryptions. Before it was used to protect transactions and customer data, but now it has become Google’s official Internet ranking factor.

Once you subscribe and install SSL on your website, the website starts using both HTTP and HTTPS URLs which means visitors landing on HTTP from old links such as old search archives or links on other websites will continue to land on HTTP. Whereas visitors using the new HTTPS will get HTTPS. Here you will need to make sure that all visitors must land on secure HTTPS URLs of your website and that can only be done by enforcing SSL all over your website.

To force your website to use HTTPS on all links you will need to redirect HTTP to HTTPS and there are various methods of doing this.

Redirecting HTTP To HTTPS Via cPanel

  1. Simply log in to your hosting account and open cPanel.
  2. In cPanel, navigate to ‘Domains’ and toggle the “Force HTTPS Redirect” option for your domain.

Redirecting HTTP To HTTPS Via .htaccess File

Another way of enforcing SSL is by adding a few lines of code in .htaccess file which is located in the root directory of your website.

  1. Log in to your hosting account and open cPanel.
  2. Navigate to cPanel -> File Manager
  3. Open Public_HTML and then the directory where your website is located. If your website is on the main domain i.e. yourdomain.com then it would be located in the Public_HTML directory itself.
  4. Add the following code and save the file.

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

Or, for forcing SSL over one specific domain name use this code:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.url.com/$1 [R,L]

Or, for forcing SSL over some such as domain.com/subdir. First, create a new .htaccess file in that specific directory and then add the following code:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} subdir
RewriteRule ^(.*)$ https://www.url.com/subdir/$1 [R,L]

If you see some existing code in your .htacess file then add these lines on the top where rules start with similar prefixes.

By default .htaccess is kept as a hidden file so if don’t find it on your cPanel hosting’s file manager then click the ‘Settings’ icon (visible on the top right corner of the file manager) and tick ‘Display hidden files’ option.

And if you don’t find any .htaccess file in the file manager then probably your website is not using such .htaccess file. In that case, simply create one by naming it .htaccess and then open it for editing.

Don’t forget to change domain.com with your own domain name and SUBDIR with the name of the sub directory where you want to force an HTTPS connection.

Redirecting HTTP to HTTPS In WordPress

WordPress users may simply use a plugin called Easy HTTPS Redirection (SSL). The plugin lets you automatically set up a redirection to the HTTPS version of a URL when anyone tries to access the old HTTP version.

How To Auto Repair Any MySQL Database?

Repairing a MySQL database is important when you’re facing issues like database corruption or errors on your WordPress or any other website using MySQL.

There are many options to repair a broken MySQL database and each option depends solely on your issue with your database. This lesson explains to you the easy and automatic option you can use on your web hosting at Sangkrit.net.

How To Fix Database Using Database Repair Function On cPanel?

The easiest option is to use a database repair feature called Repair DB on the cPanel of your hosting account.

Step-1 Access it by logging into your hosting’s cPanel and then navigating MySQL Databases under the databases section.

Step-2 Here you will find another section called “Modify Databases”. From the “Repair DB” option there is a drop-down menu containing all the databases associated with your account.

Step-3 Choose the database you need to repair and then click on the “Repair DB” button.

Step-4 Now the system will examine your database by processing simple checks and if it finds any errors it will fix them automatically.

Step-5 After completion, check your website or application to ensure that the issues have been resolved and everything is functioning correctly.

How To Fix Database Using phpMyAdmin?

Login to hosting’s cPanel, navigate to databases section, click phpMyAdmin and follow the steps:

Step-1On phpMyAdmin administration page’s left pane, click the name of the database that you want to repair.

Step-2 In the right pane, tick the check boxes for the tables you want to repair.

Step-3 Finally, using the selected list box, select Repair table.

    After completion, phpMyAdmin will show you the success notification on the database repairing process.

    Repairing your MySQL database using cPanel is a quick and efficient way to resolve database-related errors and keep your website running smoothly.

    How To Subscribe A Hosting Plan For Your Website?

    After registering your domain name, you will need a hosting plan for your website. A hosting plan provides the necessary server space and resources for your website to be accessible on the internet. It stores your website’s files, databases, and content, ensuring that it is available to users 24/7.

    Depending on the type of plan, such as shared hosting or VPS, you get varying levels of performance, security, and control. Hosting plans often come with essential features like SSL certificates, backups, and technical support, making it easier to manage your website efficiently and securely. The right hosting plan ensures your website runs smoothly, handles traffic, and performs optimally. Here is a step-by-step guide on how to purchase hosting on Sangkrit.net:

    Step 1 Select & Add Hosting To Your Cart

    First, visit Sangkrit.net and log into your account if you have one, or create a new account if you’re a new user.

    Once logged in, navigate to the web hosting section by hovering over the “Hosting & Domains” menu and selecting “Web Hosting.” This page presents several hosting plans, including Shared Hosting, Managed WordPress Hosting, VPS Hosting, and Dedicated Servers.

    Choose the plan that best meets your needs by clicking on the “Add to Cart” or “Get Started” option for your preferred hosting plan.

    Step 2 Proceed & Choose The Duration

    Next, you’ll be asked to choose the duration of your hosting plan. Sangkrit.net offers various term lengths, and selecting a longer-term plan often provides better value.

    After selecting the duration, click “Continue” to move forward with the purchase process.

    Step 3 Select Your Domain Name

    At this stage, you’ll be prompted to either register a new domain name or use an existing one. If you don’t have a domain yet, you can register a new one through Sangkrit.net. If you already own a domain, simply enter it to associate it with your new hosting plan.

    Sangkrit.net may offer additional features such as SSL certificates, website security, or automatic backups. These optional features can be added to enhance your hosting package, but you can skip these extras if you do not need them at this time.

    Step 4 Review Your Cart & Proceed To Checkout

    Before proceeding to checkout, review your shopping cart to ensure everything is accurate, including the selected hosting plan, domain name, and any additional features. If you have a promo code, this is where you can apply it to receive a discount.

    Proceed to checkout by clicking the appropriate button. You will then need to enter your billing and payment information. Sangkrit.net accepts a range of payment methods, including credit cards, wallets, and PayPal.

    Step 5 Complete The Purchase

    Once you’ve entered all the necessary details, review your order one final time, then click the “Complete Purchase” or “Place Your Order” button to finalize the transaction. After completing the purchase, you’ll receive an email confirmation from Sangkrit.net.

    Step 6 Access & Manage Your Hosting

    You can now access your hosting account by logging into your Sangkrit.net account and visiting the “My Products” section. From here, you can begin setting up your hosting plan, either by installing WordPress automatically or manually uploading your website files.

    Your hosting is now set up, and you’re ready to start building your website on Sangkrit.net’s reliable hosting platform.

    Finding Your Hosting Or Server’s IP Address: cPanel, Plesk & More

    When you need to manually update the DNS for your domain to point it to your website or when you don’t want to change the name servers as you are using some custom MX records for email or whatever may be the reason you will need to find the IP address of your website’s hosting or server to use it on DNS settings of your domain.

    To find the IP address, simply log in to your Sangkrit.net hosting account then visit the ‘My Products’ page and follow the steps:

    Finding IP Address On Managed WordPress

    1. On Managed WordPress, click the Settings button.
    2. Click the DNS tab. Your IP address is located under Value.

    Finding IP Address On cPanel Hosting

    1. Visit your cPanel Hosting.
    2. Click Server Information from the right sidebar.
    3. You will find the hosting’s IP address.

    The above process works for cPanel Hosting’s paper lantern view, if you are using classic view then you will find your hosting’s IP address on the left sidebar.

    In case it is not there then at the bottom of the sidebar, click the ‘More Stats’ option and it will open a group of other server information and statistics where you will find the IP address.

    Finding The IP Address On Plesk Hosting

    If you are using Plesk hosting, you can find your server’s IP address there.

    1. Log in to your Plesk control panel.
    2. On the dashboard, navigate to Websites & Domains.
    3. Click on Hosting & DNS and then go to Web Hosting Access. You’ll find the IP address listed there.

    Finding The IP Address On Hosting’s Client Area

    Most hosting options have a client area or dashboard where the server’s IP address is listed.

    1. Log in to your hosting’s client area.
    2. Look for a section that provides hosting details.

    The IP address is often listed under DNS Settings, Server Details, or Account Information.

    Finding The IP Address Via SSH (Especially for Self Managed Dedicated & VPS Servers)

    If you have SSH access to your server, you can use the terminal or command prompt to find the IP address.

    Open the Command Prompt (Windows) or Terminal (Mac/Linux) and use the command to access your server via SSH:

    ssh username@yourdomain.com

    After login type:

    ifconfig

    Or

    ip a

    The output will show your server’s IP address under the inet section.

    By Contacting Online Support

    If you’re unable to find your server’s IP address through the methods above, you can always contact your support team, and they will provide you with the necessary details.

    This way you would be able to locate your hosting or server’s IP address with ease.

    Sangkrit.net: Affordable Web Hosting Meets Expert Technical Support

    Having a reliable web hosting service for your website is crucial for the success of any online presence, whether you’re running a personal blog, an eCommerce store, or a corporate website. While there are countless web hosting providers to choose from, finding one that offers both affordability and expert support can be a challenge. That’s where Sangkrit.net comes in.

    Every website owner deserves top-tier hosting services without breaking the bank. But affordability doesn’t mean compromising on quality. Here’s why Sangkrit.net stands out as the go-to choice for web hosting:

    Affordability Doesn’t Mean Quality Compromise

    Sangkrit.net offers the next-level features at the most competitive pricing, making it an ideal choice for startups, small businesses, and individual entrepreneurs. The hosting plans are designed to provide maximum value for your money, ensuring that you get all the essential features with the technical support you need to run a successful website. With Sangkrit.net, you don’t have to sacrifice performance or reliability to stay within your budget.

    Expert Technical Support When You Need It

    One of the biggest challenges of managing a website is dealing with technical issues that can arise unexpectedly. Whether you’re facing downtime, or security threats, or need help optimizing your site, having access to expert support is invaluable. At Sangkrit.net, the team of seasoned professionals is always ready to assist you with any questions or problems you may encounter. The support staff is not just knowledgeable about web hosting—they’re experts in WordPress, cPanel, and other critical web technologies, ensuring that you get the best possible guidance.

    Easy-To-Use Control Panels

    Managing your website should be straightforward and hassle-free. Sangkrit.net provides an intuitive control panel that makes it easy to manage your hosting account, domains, email, and more. Whether you’re a beginner or an experienced webmaster, the user-friendly interface allows you to perform tasks quickly and efficiently. Plus, with one-click installations of popular content management systems like WordPress, setting up your website is easier than ever.

    High Performance & Reliability

    When it comes to web hosting, performance and reliability are key. Slow-loading websites can drive away visitors, and frequent downtime can harm your search engine rankings and your business’s reputation. Sangkrit.net ensures that your website runs smoothly with robust infrastructure, fast servers, and reliable uptime. The hosting plans are optimized to deliver the best possible performance, so your website remains accessible and responsive at all times.

    Scalable Hosting Solutions

    As your website grows, so do your hosting needs. Sangkrit.net offers scalable hosting solutions that can grow with your business. Whether you start with a basic shared hosting plan or need to upgrade to a VPS or dedicated server, the system provides the flexibility to adapt to your changing requirements. This scalability ensures that your website can handle increased traffic and demand without any disruptions.

    Comprehensive Security Features

    Security is a top priority for Sangkrit.net. The system understands that protecting your website and its data is critical to maintaining trust with your visitors and customers. The hosting plans come with advanced security features, including SSL certificates, firewalls, malware scanning, and automatic backups. With these protections in place, you can focus on running your business while we take care of keeping your website secure.

    Global Reach With Local Support

    Sangkrit.net’s global infrastructure ensures that your website performs well no matter where your audience is located. The data centers are strategically positioned worldwide to provide fast and reliable access to your site. Additionally, Sangkrit.net offers localized support to cater to the specific needs of our diverse customer base, ensuring that you get the help you need in a way that’s relevant to you.

    Sangkrit.net is more than just an affordable web hosting provider—it’s a partner in your online success. With our combination of cost-effective hosting plans, expert support, and robust performance, you can be confident that your website is in good hands. Whether you’re just starting out or looking to take your website to the next level, Sangkrit.net offers the tools, support, and flexibility you need to achieve your goals.

    Don’t settle for less. Choose Sangkrit.net today and experience the perfect blend of affordability and expert support for your web hosting needs.

    Get The Best WordPress Experience Backed By Unparalleled Technical Support From The Experts

    Sangkrit.net offers you the best WordPress hosting experience, backed by unparalleled support and resources. Whether you’re a seasoned developer or just starting up, Sangkrit.net is the ultimate choice for WordPress hosting as its system is backed by WordPress experts and lessons that make you proficient in WordPress.

    Why Choose Sangkrit.net For Your WordPress Site?

    Expert Support from WordPress Professionals

    • Hosting your WordPress site at Sangkrit.net means you’re never alone on your website journey. The system comprises experienced WordPress experts dedicated to helping you get the most out of your site. Whether you’re facing a complex technical issue or need advice on optimizing your site’s performance, the experts are there to assist you every step of the way.
    • Unlike generic hosting providers, Sangkrit.net specializes in WordPress, which means you get targeted, knowledgeable support that understands the intricacies of this powerful platform.

    Comprehensive WordPress Tutorials

    • Empowering users with knowledge is key to their success. That’s why Sangkrit.net offers an extensive library of WordPress tutorials that cater to all skill levels. From beginner guides that walk you through the basics to advanced tutorials that help you master the finer points of WordPress, the resources are created to help you build and manage a successful website.
    • The tutorials cover a wide range of topics, including theme customization, plugin management, SEO optimization, and security best practices, ensuring that you have all the tools you need to make your WordPress site a success.

    Live Troubleshooting and Community Support

    • One of the standout features of Sangkrit.net is the commitment to community-driven support. The system encourages users to engage in live discussions through comments on posts, where you can seek real-time troubleshooting help and share your insights. This collaborative approach ensures that you not only receive expert advice but also benefit from the collective knowledge and experience of the Sangkrit.net community.
    • Whether you’re troubleshooting a plugin conflict or seeking recommendations for the best SEO practices, the live discussion provides a dynamic and responsive environment to resolve your issues quickly and effectively.

      The Sangkrit.net Advantage

      • Tailored WordPress Hosting: The hosting services are optimized specifically for WordPress, ensuring fast load times, robust security, and seamless updates.
      • Scalability: Whether you’re running a small personal blog or a high-traffic eCommerce site, the hosting plans are scalable to meet your needs as your website grows.
      • 24/7 Customer Support: The support is available around the clock to help with any issues you may encounter, ensuring that your website is always running smoothly.

      Choosing Sangkrit.net for your WordPress hosting is more than just selecting a hosting option—it’s joining a system of experts sincere about WordPress. With expert support, comprehensive tutorials, and a vibrant community, you’ll have everything you need to build and maintain a successful WordPress website.

      So if you ready to take your WordPress site to the next level? Start your journey with Sangkrit.net today and experience the difference that expert support and a strong community can make.

      Resolving PHP Version Compatibility Issues On cPanel Hosting & Servers

      PHP version is displayed on your cPanel’s account home page. An unsupported PHP version is one reason why your website goes down, and displays a blank white page or error 500. This could happen when your website doesn’t support the PHP version active on your hosting account.

      In this lesson, you will learn about fixing such PHP compatibility issues on your website hosted at any Sangkrit.net plan such as cPanel WebhostingWebhosting PlusVPS, or Dedicated Server.

      You may also check the documentation for the software you’re using such as WordPress, Joomla, Drupal, etc. to determine PHP compatibility requirements. Look for specific PHP versions or extensions that your software recommends or requires.

      To fix PHP version compatibility issues on cPanel hosting, you need to ensure that your website’s PHP version is compatible with the scripts, themes, and plugins you are using. Once you are sure about the version your website requires, you can easily change the PHP version from your cPanel and make it compatible with your website or app.

      How To Change PHP Version On cPanel?

      Log in to your Sangkrit.net account and follow these steps:

      1. Navigate to the ‘My Products’
      2. Select the ‘Web Hosting’ option
      3. Next to the cPanel account you want to use, click Manage.
      4. Click cPanel Admin and then scroll to the Software section.
      5. Click Select PHP Version, this displays your current PHP version which can be changed from the drop-down.
      6. Click the “Set as current” or “Save” button to apply the selected PHP version.

      You may have multiple PHP versions to choose from. If your software specifies a particular PHP version, choose that version. Otherwise, you can typically select the latest stable version.

      If you encounter difficulties or errors that you cannot resolve yourself, simply reach out to the support team. They will assist you with all troubleshooting and configuration settings.

      Why You Will Like Creating Your Website At Sangkrit.net?

      Sangkrit.net makes it convenient to manage all aspects of your online presence under one system.

      Manage All Aspects Under One System

      Sangkrit.net lets you manage all aspects of your online presence under one system. It not only offers you a comprehensive suite of services, including domain registration, website hosting, email hosting, website builders, Managed WordPress, SSL certificates, and online support from the masters of code but also gives you live education by publishing fluid courses on the subject as new posts every day.

      Sometimes the regular pricing might look a little bit higher but it is worth it. It is the only place on the Internet where you not only get everything to start up and grow online but also the support to help you make, fix, troubleshoot, learn, and also promote your website which is compared to none.

      The system often provides promotional offers and discounts to its customers. These deals help you save money on your purchase, making it more cost-effective.

      Easy Scalability & Upgrade Option: When you make a website and start growing your business online, if you haven’t subscribed to a dedicated server your hosting needs will change over time as your website grows. Sangkrit.net offers scalable hosting solutions, allowing you to easily upgrade or downgrade your resources based on your requirements without significant disruptions.

      The system provides scalability options to accommodate the growth of your website. It offers various hosting plans with varying resource allocations, such as disk space, bandwidth, and processing power, allowing you to choose the one that fits your needs.

      Latest Technology: Sangkrit.net supports all the latest technologies and software you need for your website such as the latest version of programming languages, databases, many-many content management systems including WordPress that installs with a click from your account, and any specific requirements you have regarding your website.

      Fast-Loading Websites: Fast-loading websites are crucial for user experience and search engine rankings. The system gives you powerful servers, optimized infrastructure, and caching mechanisms to deliver fast page-loading times on your website.

      Uptime Guarantee: Sangkrit.net offers you a strong track record of uptime, ensuring that your website is accessible to visitors consistently. The uptime guarantee of every hosting option is 99.9%.

      Website Security: Website security is paramount. Sangkrit.net offers robust security measures, such as firewalls, malware scanning, SSL certificates, and regular backup services.

      User-Friendly & Educational Environ For Beginners

      Your account at Sangkrit.net is designed to be user-friendly and educational, particularly for beginners. The control panel, is intuitive and easy to navigate, allowing you to manage your domain, website, hosting, and all settings with ease.

      Sangkrit.net publishes fluid courses unceasingly in live education as new posts every day. These posts provide valuable information on a specific topic and introduce you to new concepts, explain complex ideas in a simplified manner, and offer in-depth analysis and insights on managing your online presence for increasing your individual net worth as a result.

      Many posts address common questions or provide solutions to specific problems. By reading such posts, you can find answers to your queries or discuss your problem by commenting and gaining insights into the challenges you might be facing with your website.

      Responsive & Knowledgeable Customer Support

      Responsive and knowledgeable customer support is essential, especially when technical issues arise. There are times when you get stuck up in some error or security issue of your website and you don’t know what to do next, you contact customer support and they ask you to hire a local programmer to get your website fixed. This doesn’t happen at Sangkrit.net, it has a track record of quickly addressing security vulnerabilities and delivering prompt help on time.

      The free support team offers you quick solutions on most website issues, and when you need pure programming then hourly chargeable online support is available by sending an email to system@sangkrit.net.

      How To Make Your Website?

      You simply need to register or transfer your domain name and the system of Sangkrit.net will automatically guide you in creating your website on your own and in less than thirty minutes you will have an elegant business website or eCommerce store online.

      Configuring SFTP On Your Dedicated Server

      SFTP (SSH File Transfer Protocol) is one secure file protocol used to manage, and transfer files over an encrypted transport connection. In comparison to the traditional FTP protocol, it offers all the functionality in a more secure and easier to configure way.

      The lesson guides you on how to connect your cPanel account via SFTP (SSH File Transfer Protocol or Secure File Transfer Protocol).

      SFTP clients generally require the following information to make a connection to the server. Open your SFTP client and configure it with the following information:

      1. Hostname — Your server’s hostname (for example, hostname.yourdomain.com)
      2. SSH port number — The port number on which sshd listens (for instance, 22)
      3. Security — Whether the client combines FTP and SFTP functionality
      4. Username — The SSH username that the client uses to connect to the server
      5. Password — The SSH user’s password
      6. Private Key — The SSH user’s private key

      Lets Make This Easier For You,

      • In step number six, this is the absolute path to a private key on your local machine (for instance, c:\data\id_dsa)
      • In step number four, the username can be a valid cPanel account username or the root user
      • Remember, you cannot use your FTP account to connect via SFTP
      • SFTP is not just FTP over SSH. Instead, it is an entirely separate protocol
      • cPanel users can generate and download a private key via cPanel’s SSH Access interface via cPanel -> Home -> Security -> SSH Access
      • The root users can generate and download a private key via WHM’s Manage root’s SSH Keys interface on a dedicated server or VPS via WHM -> Home -> Security Center -> Manage root’s, SSH Keys

      Sometimes, you may see a warning that the host of the server is unknown. To cut back on such situations in the future, accept the key and store it on your local machine.

      How To Scan Your cPanel Account For Security Threats?

      The free virus scanner provided on every cPanel hosting, VPS, and the Dedicated Server allows you to scan your account for possible security threats.

      To use it, simply login to your SANGKRIT.net account and perform the steps given below:

      1. Select a service to scan:
        • Scan Mail — To scan all of your account’s mail folders
        • Scan Entire Home Directory — To scan your account’s home directory
        • Scan Public FTP Space — To scan all of the publicly accessible folders via FTP services
        • Scan Public Web Space — To scan all of the publicly accessible folders via the web
      2. After selecting a service, click the Scan Now button
      3. Here, the scanning process starts and displays you a new interface with the following information:
        • File — Displays the number of files that the system has scanned as well as the total number of files to be scanned
        • Data — Displays the amount of data the system has scanned as well as the total amount of data to be scanned
        • Scanner Progress — Displays the progress of the scan
        • Infected Files — Displays malicious stuff the scanner has detected

      The server may take several minutes to complete the scan. If the scanner identifies a threat, it will prompt you to perform an action. Once the scan is complete, you will be returned to your main Virus Scanner interface.

      How To Identify & Fix HTTP Errors Of Your Website?

      Every HTTP error has an HTTP code that describes the status of a URL to the client. These three-digit codes include error messages that visitors encounter.

      Following are the five classes of HTTP codes divided into categories, by the first digit:

      1. Errors starting with 1, 2, or 3 are fully functional requests
      2. Errors starting with 4 are client-side error, the most common error codes span 400 to 404
      3. Errors starting with 5 are server-side error, the most common error codes span 500 to 510

      4xx Errors

      These errors show up where there is a problem with the client’s request (web browser etc), but often point to a problem on a website.

      For instance: You have a broken link on your website, the client requests it and receives a 404 error page. That is how it works.

      To resolve this you can check for broken links on your website. On WordPress this can be either done by a plugin or you can check error pages from cPanel -> Home -> Advanced -> Error Pages.

      400 Bad Request

      It happens when the user’s request contains an incorrect syntax.

      401 Unauthorized

      The error shows up when the requested file is a protected one and requires authentication, such as a username and password.

      403 Forbidden

      In general, this happens when the index file is missing on your server or the root directory is empty, or when you have purchased a new hosting and have not uploaded your website or have not installed WordPress, etc.

      Other times, it happens when the server stops the visitor to access the requested file. To resolve this, check for the file’s permission settings. Also see whether the system protects the file in cPanel’s Indexes interface (cPanel -> Home -> Advanced -> Indexes).

      404 Not Found

      When the server doesn’t find the requested URL. Commonly occurs when a visitor mistypes a URL or you have interlinked to a dead URL.

      Managed WordPress users may use a permalink finder plugin to reduce this error to zero.

      5xx Errors

      Such errors occur when a server fails to full fill an apparently-valid request made by the client. These errors are a little bit complicated because sometimes a chain of servers handles an HTTP request which means that the error may also come from other server.

      In WordPress, you can resolve it by testing your themes and plugins as it generally comes from there.

      Comment below for any assistance in this regard.

      500 Internal Server Error

      The error is a result of misconfiguration, especially when the server finds some unexpected condition and fails to gather any information about the real problem it is facing.

      501 Not Implemented

      Comes when the server does not support the client’s chosen HTTP method. Also, occurs on out-of-date servers. To resolve, try reloading your page, clear the browser cache. Other issues might include viruses or malware or an overload on your server.

      502 Bad Gateway

      Occurs when proxy servers are badly configured or IP communication between backend systems is poor or when the client’s Internet Service Provider (ISP) is overloaded. May also occur due to imroperly configured firewall functions.

      Clearing the client’s (web browser) cache sometimes work in resolving this issue. Other times, you may need to report the issue to an expert. You may also comment here for help.

      Try to start a new browser session, restart your system and network, change DNS and clear your cache.

      503 Service Unavailable

      When a server fails to handle requests due to a temporary overload or when the server is temporarily under maintenance. Generally happens when you update your website’s software. To resolve, simply wait.

      504 Gateway Timeout

      Comes when a server did not receive a timely response. Can happen temporarily or when your server starts to go out of resources or due to slow communication between upstream servers. To resolve, look for any server connectivity issues, check the requested page code, test your firewall for any faults.

      505 HTTP Version Not Supported

      When the server refuses to allow the HTTP protocol that the client system specifies. This error generally occurs when the user’s system incorrectly specifies the protocol. To resolve, switch to a modern web browser.

      506 Variant Also Negotiates

      Means the server is not properly configured. To resolve this issue, contact an expert or research yourself or comment below.

      507 Insufficient Storage

      Simply means that the server is out of free memory. The error comes when requested application fails to allocate necessary server resources. To resolve this issue, contact an expert or research yourself or comment below.

      509 Bandwidth Limit Exceeded

      This means that your server has reached its bandwidth limit, and you need more resources. To resolve, wait every time until the limit resets or try reducing your resource usage or upgrade your hosting plan or move to a dedicated server.

      510 Not Extended

      Shows up when the webserver does not support the extension attached to the HTTP request. To resolve, wait every time until the limit resets, or reduce your resource usage, or upgrade your hosting plan, or move to a dedicated server.

      The Filename Your PHP Initialization File Need To Use

      PHP initialization files are read when PHP starts up, these files can manage forms, server, and environmental variables as well as server-side cookies, temporary directories, error display, and error logging. The directives these files can control can be found in PHP’s documentation.

      Continue reading The Filename Your PHP Initialization File Need To Use

      Installing Email Marketing System On SANGKRIT.net Hosting

      SANGKRIT.net now supports five hundred emails per hour, you can use these relays to start a legit newsletter system on your domain and send daily or weekly newsletters to your email subscribers.

      Simply start by logging in to your SANGKRIT.net account, visit your products page and open the cPanel of the hosting where you like to setup your email marketing system.

      Continue reading Installing Email Marketing System On SANGKRIT.net Hosting

      SANGKRIT.net Hosting Now Supports Email Limit Of 12000 SMTP Relays A Day

      Five hundred email relays in an hour i.e. twelve thousand emails in a day is the new limit of web hosting options at SANGKRIT.net.

      SMTP relay also known as email relay is a protocol that allows email to be transmitted through the internet. It is used for collecting email from the sender and delivering it to the recipient’s address.

      Continue reading SANGKRIT.net Hosting Now Supports Email Limit Of 12000 SMTP Relays A Day

      Managing Domain’s Root Directory On Your cPanel Hosting Account

      The root directory of your website has the content that loads when visitors access your domain name in a web browser. You need to put your “index file” in your website’s root directory for visitors to see your website, otherwise, it will display the FORBIDDEN page or files and folder archive list.

      Website-related applications might also need to know your website’s root directory. Website’s root directory depends on whether the domain name is your primary domain name, addon domain or another type.

      1. Your primary domain name’s root directory is /public_html.
      2. Addon and subdomain names’ root directories were specified when they were set up.

      Small hosting plans such as starter and economy allows you to host one domain which by default is your public_html.

      Other hosting options that lets you host multiple domains, public_html becomes your primary domain (the domain name used to reference your hosting account) and other domain names are located either in your home directory or public_html or anywhere else with their names as specified while adding them from addon domain section of your cPanel.

      For instance: By default addon domain yourname.com would be added as yourname.com folder in your cPanel’s home directory which can be accessed from the File Manager. (The home directory is the folder above the public_html directory on your hosting account.)

      How to find Domains listed in cPanel?

      Log in to your SANGKRIT.net account and follow these steps:

      1. Click Web Hosting.
      2. Next to the cPanel account you want to use, click Manage.
      3. Click cPanel Admin, in Domains section click the domain type you would like to view or manage.

      Click either Subdomains or Addon Domains, depending on the type of domain you’re using. The root directory displays in the Document Root field.

      Domain Names That Come With All Tools To Put Your Website Online

      Domain Names at SANGKRIT.net come with all tools you need to put your website online yourself or redirect it to your app, mask it over your online profile or whatever you feel like to doing.

      To start you simply need to register your new domain or transfer your already registered domain to SANGKRIT.net.

      Continue reading Domain Names That Come With All Tools To Put Your Website Online

      How To Block Or Unblock IP Addresses On cPanel Hosting?

      SANGKRIT.net hosting plans and servers have a firewall installed, to detect potentially-malicious behavior and block such IP addresses from making any connections to the server automatically. And there are times when you want to stop some server, website or user from accessing your website.

      This is generally done by adding new .htaccess rules, but SANGKRIT.net hosting also has a feature to help create these rules visually.

      Continue reading How To Block Or Unblock IP Addresses On cPanel Hosting?

      How To Use Common Gateway Interface (CGI) In Your SANGKRIT.net Hosting Account?

      Common Gateway Interface (CGI) extends the capabilities of your Web server to make your website communicate with other application or script.

      These programs are common on Web servers to interact dynamically with users. Many forms containing web pages use a CGI program for processing the data from the form.

      CGI service at SANGKRIT.net supports server-side includes, form handlers, and the hit counters.

      Continue reading How To Use Common Gateway Interface (CGI) In Your SANGKRIT.net Hosting Account?

      Getting Your Business Online Is No More Complex Or Expensive

      The system at SANGKRIT.net provides you easy-to-use hassle-free solutions to get online in less time and allocated budget.

      You simply start by registering or transferring your domain name and the system at SANGKRIT.net will guide you to all important steps to bring your website online on your own.

      Similarly you can make money by transferring other domains to help others on their websites. Simply ask your client to set http://system.sangkrit.net as homepage then help him in buying things necessary for his startup, you can share your contact details for any further help and programming support which is purchasable to you on per hour per terminal basis from system@sangkrit.net.

      This way you work as a personal outlet of SANGKRIT.net by serving your clients with all technical and programming support in brining their businesses online.

      Continue reading Getting Your Business Online Is No More Complex Or Expensive