GTalk gadget
Categories:
Related Post
How to use SHA1 or MD5 encrypted in user password into MySQL tableHow to use SHA1 or MD5 encrypted in user password into MySQL table
Well, there have been a fuss around the globe regarding the user data. And how well we had done to protect their interest on our side. Online forum, portal.. and
Apache Tips : How to force redirect old domain to new domainApache Tips : How to force redirect old domain to new domain
Change the definition of Override in /etc/httpd/conf/httpd.conf # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the
Redirect homepage with .htaccessRedirect homepage with .htaccess
To temporarily redirect the whole website under a folder to a new domain. Using .htaccess, it can be done with just the following code. Redirect 302 / https://www.namran.com/ If you