This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is the exact use of .Htaccess file? How could it will be helpful from SEO perspective?
04-08-2014, 08:39 PM
Post: #2
 
The original purpose of .htaccess (reflected in its name) was to allow per-directory access control, by for example requiring a password to access the content. Nowadays however, the .htaccess files can override many other configuration settings including content type and character set, CGI handlers, etc.

Common usages are:

- Authorization and authentication settings;
- Rewriting URLs;
- Blocking by IP address or domain;
- Enabling SSI;
- Changing the page that is shown when a server-side error occurs (404, 301 etc.)
- Cache control.

For SEO perspective it is important for Rewriting/redirecting URLs and blocking some parts of your website from search engines to prevent duplicated content warnings and penalty.

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[] - Fabrizio - 04-08-2014 08:39 PM
[] - Amirul Islam - 04-08-2014, 08:45 PM
[] - Hal Smith - 04-08-2014, 08:51 PM

Forum Jump:


User(s) browsing this thread: 3 Guest(s)