Modified transcript of video: (The video gives examples, while the modified transcript below talks about the features only. View the video for a complete walk-through with examples.) WebMatrix allows you to create a website using an open source application or by writing the code yourself. You can use the […]
How Do I Use an RSS feed?
Via a News Reader To view our RSS feeds on your computer, you will first need to acquire a News Reader or News Aggregator. These programs pull all your selected RSS feeds into one place. Once you have a reader, all you have to do is: (1) click the button […]
How to Find RSS Feed in My Website?
Try looking at the HTML source of the website’s page, and it will give you the RSS feed’s URL. Just right-click on the website’s page and select View Page Source. In the new window that appears, use the Find feature (Ctrl + F on a PC or Command + F on a Mac) […]
What Is an RSS Feed?
RSS (Really Simple Syndication) feeds provide news headlines, brief article descriptions, and links in an xml file that is automatically updated whenever those headlines change. This allows you to receive notification of new content in your own environment – in your browser, on your desktop, in your blog, on your […]
How to Create a New php.ini File
For Plesk users, the file should already exist in the directory /var/www/vhost/$DOMAIN/etc/php.ini. For the cPanel, this file should be created in your Home directory (/home/username/). The username is your actual cPanel username, and $DOMAIN is your actual domain. To create a new php.ini file in your cPanel: In the Files section of […]
How To Modify PHP Settings via the MultiPHP INI Editor
There may be times where you need to change some of the default PHP settings, and below we’ve outlined those steps. However, keep in mind that there are PHP Settings That Cannot Be Changed on our Shared, Cloud, & Reseller hosting. To modify the PHP settings: Log in to cPanel. In the Software section, click […]
What is php.ini?
The php.ini file is a special file for PHP. It is where you declare changes to your PHP settings. The server is already configured with standard settings for PHP, which your site will use by default. Unless you need to change one or more settings, there is no need to create […]
PHP 7.0 Full php.ini Text
The full text used for the PHP 7.0 php.ini file is below. [PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ; PHP’s initialization file, generally called php.ini, is responsible for ; configuring many of the aspects of PHP’s behavior. ; PHP attempts to find and load this configuration from a number […]
PHP 7.1 Full php.ini Text
The full text used for the PHP 7.1 php.ini file is below. ; cPanel-generated php ini directives, do not edit ; Manual editing of this file may result in unexpected behavior. ; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI […]
PHP 7.2 Full php.ini Text
The full text used for the PHP 7.2 php.ini file is below. ; cPanel-generated php ini directives, do not edit ; Manual editing of this file may result in unexpected behavior. ; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI […]