Clean URL first letter for X-cart

How do I change the link http://www.cheapglasses123.com/prescription-sunglasses/ with https://www.cheapglasses123.com/prescription-sunglasses/? Here is a way to do it with .htaccess or httpd.conf: http://www.askapache.com/htaccess/rewrite-uppercase-lowercase.html You could write a mysql query that would change all the entries in the database using the Lower() function:… Read moreClean URL first letter for X-cart

How to remove meta name=”Generator” of Drupal 7?

Edit includes/common.inc. removed these three lines by putting // // ‘name’ => ‘Generator’, // ‘content’ => ‘Drupal ‘ . $version . ‘ (http://drupal.org)’, // $elements[‘system_meta_generator’][‘#attached’][‘drupal_add_http_header’][] = array(‘X-Generator’, $elements[‘system_meta_generator’][‘#attributes’][‘content’]);

Add Different Resource for EmpireCMS

Sometimes it is very difficult for us to publish an article if all the articles have 2 or more different article resources from other sites. In this case, we can not copy directly. We can use PHP code: