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

Samstag, 27. Februar 2016

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

In Feburary 2016 27,
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 27,

Dienstag, 9. Februar 2016

How to Enable ModIn Feburary 2016 09,

In Feburary 2016 09,
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 09,