Hostgator.htaccess support
Nearly all cPanel hosting plan support .htaccess write about. Same does it appies to hostgator hosting.
.htaccess file may have many functions, is great if you know how to utilize those fuctions. The most common use is URL forwarding, you can divert durable as well. Permalink or setup function, often seen in the blog URL with permalink activated. Or having non-www ridirection to www extension side. Or even setup user password-protected folder. There are many other usability of the. Htaccess file in cPanel Web hosting.
For this WordPress blog. Htaccess file, that is what the inside. “Htaccess” file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Its easy to this setup. Htaccess file, just upload the file to your domain folder, and update your browser, its done. Simply download and print.
Related posts:
- HostGator Has Making PHP5 As Default
- Hostgator SSL certificate
- Hostgator E-Commerce Hosting
- About Hostgator
- HostGator Forum









Leave a Reply