drupal-7obfuscationdrupal-modules

How to obfuscate a url in Drupal


http://example.com/mypagename

How do we hash or obfuscate this in drupal to be come something like:

http://example.com/ASarSADT%asd

Basically we don't want to reveal the /mypagename

Is there a module/setting for this?

Thanks!


Solution

  • If changing the alias with Pathauto module doesn't work for you, you can do that with a ReWrite Rule in .htaccess and specify the obfuscate url yourself.