redirect a site on www using .htaccess
redirect a site on www using .htaccess RewriteEngine On RewriteCond %{HTTP_HOST} !^(www.urbankingsinc.com)?$ RewriteRule (.*) http://www.urbankingsinc.com/store/$1 [R=301,L]
redirect a site on www using .htaccess RewriteEngine On RewriteCond %{HTTP_HOST} !^(www.urbankingsinc.com)?$ RewriteRule (.*) http://www.urbankingsinc.com/store/$1 [R=301,L]
change password drupal admin UPDATE users SET pass = MD5(‘newpassword’) WHERE uid=1
joomla default error message popup, joomla error message popup , joomla username password not matching error message joomla add script and css in module ADD in head <?php JHTML::_(‘behavior.mootools’); JHTML::_(‘behavior.modal’); ?> <?php if ($this->getBuffer(‘message’))...
Joomla add script and css in module: Joomla is a popular content management system used by many website developers for its flexibility and ease of use. One of the key features of Joomla is...
Recent Comments