Apache
Using 301 redirection
To redirect a specific page to website in .htaccess file use the below format
redirect 301 /redirection-page.php http://redirect-site.com
The above code is used to redirect redirection-page.php file to redirect-site.com.
..
What is 301 and 302 redirect
Many webmasters don't understand the different between a 301 and 302 redirect. You might think that Google and the other search engines would just follow the redirects, but that's where things get complicated. A 301 redirect means that the page has moved to a new location, permanently. A ..
ஆய கலைகள் அறுபத்து நான்கின் பட்டியல்
ஆய கலைகள் அறுபத்து நான்கின் பட்டியல்
No Arts
1. அக்கர இலக்கணம்
2. லிகிதம் (இலிகிதம்)
3. கணிதம்
4. வேதம்
5. புராணம்
6. வியாகரணம்
7. நீதி சாஸ்திரம்
8. சோதிடம்
9. தரும சாஸ்திரம்
10. யோகம்
11. மந்திரம்
12. சகுனம்
13. சிற்பம்
14. வைத்தியம்
15. உருவ சாஸ்திரம்
16. இதிகாசம்
17. காவியம்
18. அலங்காரம்
19. மதுர பாடனம்
20. நாடகம்
21. நிருத்தம்
22. சத்த பிரமம்
23. வீணை
24. வேனு
25. மிருதங்கம்
26. தாளம்
27. அகத்திர பரீட்சை
28. கனக பரீட்சை
29. இரத பரீட்சை
30. கஜ பரீட்சை
31. அசுவ பரீட்சை
32. இரத்தின பரீட்சை
33. பூ பரீட்சை
34. சங்கிராம இலக்கணம்
35. மல்யுத்தம்
36. ஆகர்ஷணம்
37. உச்சாடணம்
38. வித்து வேஷணம்
39. மதன சாஸ்திரம்
40. மோகனம்
41. வசீகரணம்
42. இரசவாதம்
43. காந்தர்வ விவாதம்
44. பைபீல வாதம்
45. தாது வாதம்
46. கெளுத்துக வாதம்
47. காருடம்
48. நட்டம்
49. முட்டி
50. ஆகாய பிரவேசம்
51. ஆகாய கமனம்
52. பரகாயப் பிரவேசம்
53. அதிரிச்யம்
54. இந்திர ஜாலம்
55. மகேந்திர ஜாலம்
56. அக்னி ஸ்தம்பம்
57. ஜல ஸ்தம்பம்
58. வாயு ஸ்தம்பம்
59. திட்டி ஸ்தம்பம்
60. வாக்கு ஸ்தம்பம்
61. சுக்கில ஸ்தம்பம்
62. கன்ன ஸ்தம்பம்
63. கட்க ஸ்தம்பம்
64. அவத்தை பிரயோகம்
The above is the list of 64 arts tamil. ..
Update private nameservers
If you wish to setup private nameservers then kindly update the following details at your registrar end,
ns1.yourdomanname.com pointing to IP address xxx.xxx.xxx.xxx
ns2.yourdomainname.com pointing to IP address xxx.xxx.xxx.xxx
Add the IP Address instead of xxx.xxx.xxx.xxx
..
URL For DNS Check
Web master tools to Blacklist Check
Web master tools to check Blacklist website or ISP IP's. These webmaster tools are some of most used web master tools by system admin.
http://www.senderbase.org
http://whatismyipaddress.com
http://www.spamcop.net
http://www.spamhaus.org
http://www.ahbl.org
URL's For DNS Check
http://centralops.net/co/
http://www.checkdns.net/quickcheckdomainf.aspx
http://www.websitepulse.com/help/tools.php
SPamcop Notes and ..
Change Plesk Password
Steps to reset the admin password in Plesk Linux server.
How to change plesk admin password?
This can be accomplished with the ch_admin_passwd binary.
# cd /usr/local/psa/admin/bin/
# ./ch_admin_passwd --help
./ch_admin_passwd: Utility to set Plesk adminstrator's password
Gets password from the environment variable PSA_PASSWORD
Password should be from 5 to 16 symbols and ..
Renaming a file to start with dot in windows
Renaming a file to start with dot in windows
Windows OS will not allow an user to rename a file to begin with a dot (.). For example .htaccess or .htfl etc.
A simple way is to open the file in Notepad or Wordpad and use the saveas option.
- Open the file ..
Delete Yahoo Mail Account
Delete Your Yahoo! Mail Account
To delete your Yahoo! Mail or Yahoo! Mail Classic account:
* Visit the Terminating Your Yahoo! Account page.
* Type your password under please confirm your identity with your password.
* Click Terminate this Account.
* Wait 90 days for Yahoo! to delete data (such as email messages) associated with ..
Enable SSI on my domain
How to include Server Side Include SSI on virtualhost
Q.How do I configure Apache Server Side Include(SSI)?
A. SSI (Server Side Includes) are directives that are placed in HTML pages, and evaluated on the server while the pages are being served. They let you add dynamically generated content to an existing HTML ..
Clean access log after statistics update
Clear Access Log After Stats Update
In cpanel server if you would like clear the access log of a domain once the statistics is updated then follow the below steps,
1) Login into WHM
2) Select Server Configuration -> Tweak Settings
3) In Tweak Settings goto Stats and Logs
4) Check the Delete each domain's ..
Run BAT or CMD file in minimized scree
Executing a .BAT or .CMD files in minimized screen
1. Create a shortcut to the .BAT or .CMD file.
2. To create shortcut right click on the file, select Send To -> Desktop (create shortcut)
3. Right click on the shortcut and select Properties
4. Then select Run: drop down, choose Minimized option
5. ..
Htaccess use QSA Query String Append
htaccess RewriteRule using QSA Query String Append
1) To replace a file with another file
http://www.w3calculator.com/index.php?col=red
with:
http://www.w3calculator.com/common.php?col=red
you can use [QSA] (Query String Append)
RewriteEngine On
RewriteRule ^index.php$ http://xxx.com/common.php [R=301,QSA,L]
2) To redirect a specific value
RewriteEngine On
RewriteCond %{QUERY_STRING} ^(red)$
RewriteRule ^index.php$ http://w3calculator.com/common.php?%1 [R=301,L]
3) To redirect a group of values
RewriteEngine On
RewriteCond %{QUERY_STRING} ^(red|blue)$
RewriteRule ^index.php$ http://w3calculator.com/common.php?%1 [R=301,L]
If the argument is ..
Permanent or temp Redirection
Htaccess permanent and temporary Redirection:
If below code are used to redirect a webpage from one to another permanently or temporarily.
htaccess permanent redirection
RedirectMatch permanent ^/old-filename$ http://www.domainname.com/new-filename
htaccess temporary redirection
RedirectMatch temp ^/old-filename$ http://www.domainname.com/new-filename
..
Disable virtual host username access
How to disable username access
In cpanel servers a website can be accessed by giving the user name along with ~ symbol.
http://zestservers.com/~w3calculator/
Consider your cpanel server has the domain name myserver.com and you have hosted a website virtualhost1.com which has user name as virtualhost1 in your ..
Be a good listener
Who wants to become a good listener?
Listening is a powerful tool of communication. Listening and just hearing has great difference. All of us wants to have a companion who is a good listener and most of us aim to be one as well.
When you assess yourself now, what ..