All Products 
Username / Customer#
Password
Log In
 Hi,  |  Log Out
  • Site Search
  • Domain Search
  • WHOIS Domain Check
24/7 Support: (480) 505-8877
Hablamos Español
9 AM to 9 PM IST
7 days a week
Go Daddy Support

Search help articles, forums, and discussion groups

Avatar Image

.htaccess

1 2

What is mod_deflate?

Posted: 4-4-2013 in .htaccess

Mod_deflate is an Apache Web server module installed on all of our Linux hosting accounts by default; it does not have to be installed and supports all mod_deflate functionality.

Mod_deflate compresses content returned from your hosting account using the zlib compression algorithm. You should only use mod_deflate on text, such as [...]

Using .htaccess Files to Manage PHP File Extensions

Posted: 2-21-2013 in .htaccess

Your hosting account uses PHP files in the following way:

PHP files — Your hosting account’s PHP version. For more information, see Viewing or Changing Your PHP Language Version.
PHP5 files — PHP 5

However, you can also change how your hosting account uses PHP files with a .htaccess file located in your [...]

Using .htpasswd with Your Linux Shared Hosting Account

Posted: 2-13-2013 in .htaccess

To protect a directory in your hosting account with a password, in that directory, create an .htaccess file that contains the following:
AuthUserFile /yourabsolutehostingpath/.htpasswd
AuthGroupFile /dev/null
AuthName “EnterPassword”
AuthType Basic

require valid-user
Where /yourabsolutehostingpath is your hosting account’s absolute hosting path. For more information, see Finding Your Hosting Account’s Absolute Path.
The AuthUserFile describes where [...]

Enabling mod_Deflate with Your Hosting Account

Posted: 9-26-2012 in .htaccess

Mod_deflate is an Apache Web server module installed on all of our Linux hosting accounts by default. For more information, see What is mod_deflate?

Mod_deflate compresses content returned from your hosting account using the gzip compression algorithm. You should only use mod_deflate on text, such as HTML, CSS, JavaScript, and [...]

Enabling mod_Expires with Your Hosting Account

Posted: 11-3-2011 in .htaccess

Mod_expires is an Apache Web server module installed on all of our Linux hosting accounts by default; it does not have to be installed and supports all mod_expires functionality. For more information, see What is mod_expires?

Because we do not enable mod_expires at the global level, you need to enable it [...]

Issues with Server-Side Includes and .htaccess Files

Posted: 9-2-2011 in .htaccess

Customer security is one of, if not the, top priority for us. We continually look for new ways to ensure our customers are safe, as well as improving our existing technology. With that in mind, we’ve recently upgraded Apache® on our Web servers to implement tighter security standards—protecting our customers [...]

Can I use FastCGI with Perl?

Yes, using a .htaccess file, you can use FastCGI with Perl.

What is mod_expires?

Posted: 8-23-2011 in .htaccess

Mod_expires is an Apache Web server module installed on all of our Linux hosting accounts by default; it does not have to be installed and supports all mod_expires functionality.

Mod_expires manipulates the Expires headers returned from the hosting server, letting you control how long a client’s Web browser caches resources. You [...]

What is .htaccess?

Posted: 5-23-2011 in .htaccess

This article explains what .htaccess is and how it can be used.

How do I use mod_rewrite?

Posted: 4-8-2010 in .htaccess

Mod_rewrite is an Apache Web server module installed on all of our Linux servers by default; it does not have to be installed or enabled. Our Linux hosting accounts support most mod_rewrite functions.
Because enabling mod_rewrite is handled at a global level, you do not need to enable it in [...]

1 2