Force www or without www
Everyone can link to your site using http://domain.com or http://www.domain.com. A search engine will not always treat both the same, as you can see for yourself – try doing a ‘site:yourdomain.com‘ search, then compare to ‘site:www.yourdomain.com‘. We can force everyone to use the same domain using mod_rewrite. Whether you wish to use www or not [...]
Tags: Force www, htaccess, mod_rewrite, no www, without www
19.May.11
Linux, SEO, Server
Comments (0)
Access to VPS via SSH
How to access the VPS server via SSH? it will arise when we use the VPS for the first time. The way to install a lot of services and scripts involves accessing your VPSserver via SSH (Secure SHell). This can be done easily with a free program called PuTTY. Follow this step by step and [...]
Tags: Access, command prompt, putty, Server, SSH, vps
07.May.11
Server
Comments (0)
Robots Text File – robots.txt
The robots.txt file is a set of instructions for visiting robots (spiders) that index the content of your web site pages. For those spiders that obey the file, it provides a map for what they can, and cannot index. The file must reside in the root directory of your web. Definition of the above robots.txt [...]
Tags: htaccess, Robots, robots.txt, Text File
01.Jan.11
Network, Server
Comments (0)
Creating Password Protected Folders using htaccess
Important: This method of password protecting folders does not provide protection for highly secure information. It is mainly to keep more casual users from accessing a page through a Web browser. See the limitations to this method of authentication for details. On this page: Part 1: Create a password file and put it on the [...]
Tags: Creating, Folders, htaccess, Password, Protected, Using
20.Jan.09
Linux, Security, Server
Comment (1)
htaccess Tricks #8 – Random Tricks
Activate SSI for HTML/SHTML file types: # activate SSI for HTML and or SHTML file types AddType text/html .html AddType text/html .shtml AddHandler server-parsed .html AddHandler server-parsed .shtml AddHandler server-parsed .htm Grant CGI access in a specific directory: # grant CGI access in a specific directory Options +ExecCGI AddHandler cgi-script cgi pl # to enable [...]
Tags: htaccess, random, Tricks
18.Oct.08
Server
Comments (0)