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

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,