Archive for the ‘Uncategorized’ Category

Find the username password from the file cat /hsphere/shared/apache/htdocs/horde/config/conf.php Go to mysql shell and run (replace the user name and pass which is in your conf file.) mysql> GRANT ALL PRIVILEGES ON horde.* TO horde@’localhost’ IDENTIFIED BY ‘password’;

htaccess Basics

Posted: December 2, 2009 in Uncategorized

.htaccess Basics A .htaccess file is a special file used to control certain aspects of your website. With .htaccess you can: 1. Password protect directories 2. Point domains and subdomains to specific directories 3. Block traffic to your website 4. and more When you place a .htaccess file in a directory, it will affect that [...]