Friday 29 January 2016

how to make drupal to work only for case sensitive url

Run below query on your drupal database
ALTER TABLE `url_alias` CHANGE `dst` `dstVARCHAR( 128 ) CHARACTER SET latin1 COLLATE latin1_general_cs NOT NULL

No comments:

Post a Comment