Posts mit dem Label enable werden angezeigt. Alle Posts anzeigen
Posts mit dem Label enable werden angezeigt. Alle Posts anzeigen

Donnerstag, 18. Februar 2016

How to Enable ModIn Feburary 2016 18,

In Feburary 2016 18,
Log on to cPanel. Click on 'File Manager.'
Navigate to your root directory (public_html). Click the '.htaccess' file, then click 'Edit.'
Type 'RewriteEngine On' to enable mod_rewrite. You can use mod_rewrite to write a number of commands such as controlling access to your website and redirecting visitors (see Resources) . To redirect your domain to another directory type the following:RewriteEngine OnRewriteCond %{HTTP_HOST} ^www.domain.com$RewriteCond %{REQUEST_URI} !^/HTML2/RewriteRule ^(.*)$ /HTML2/$1Click 'Save Changes.'
In Feburary 2016 18,

Sonntag, 14. Februar 2016

How to Set Up File Encryption in Filezilla ServersIn Feburary 2016 14,

In Feburary 2016 14,
Double-click 'FileZilla Server Interface' to start the FTP server administration.
Click the 'FileZilla Server Options' button.
Click the 'SSL/TLS settings' option.
Click the check next to 'Enable FTP over SSL/TSL support (FTPS).'
Click the check next to 'Disallow plain unencrypted FTP.'
Click the 'Generate New Certificate' button.
Enter the appropriate information into the provided boxes and select the appropriate key size.
Click the 'Browse' button to locate the folder where the newly-created certificate file will be stored.
Click the 'Generate Certificate' button, then click 'OK.'
Click 'OK' to finalize the file encryption settings.
In Feburary 2016 14,

Freitag, 5. Februar 2016

How to Enable PDO for PHP Library on Go DaddyIn Feburary 2016 05,

In Feburary 2016 05,
Log into your Go Daddy Account Manager.
Click Web Hosting under the My Products section.
Click the domain you want to enable PDO for PHP on.
Click the Customize tab.
Select Linux as the hosting plan type from the Plan menu.
Click Save Changes.
In Feburary 2016 05,