Error : The username admin has not been activated or is blocked. Solution : If your user name “admin” is not active then you can face this problem so you need to active admin user name by using phpmyadmin. 1) Login to cpanel then click on the phpmyadmin and choose your database which you have [ Read More ]
Drupal default .htaccess file
Categories: DrupalWhen you are facing some problem in drupal then you need to copy this default .htaccess file in document root. ============================================= # # Apache/PHP/Drupal settings: # # Protect files and directories from prying eyes. <Files ~ “(\.(inc|module|pl|sh|sql|theme|engine|xtmpl)|Entries|Repositories|Root|scripts|updates)$”> Order deny,allow Deny from all </Files> # Set some options. Options -Indexes Options +FollowSymLinks # Customized error messages. [ Read More ]
Drupal Site with temporary URL
Categories: DrupalQuestion : How to access Drupal Site with temporary URL(http://serverip/~username) ? Answer : If you have installed drupal by using fantastico and if you want to access your drupal site with the tempoary URL like http://serveripaddress/~username then follow the steps 1] Change the “$base_url = ” in /public_html/sites/default/settings.php to your temporary URL WITHOUT A TRAILING [ Read More ]







