views:

205

answers:

1

Is there any way to encode ALL urls in Drupal? I.e. Instead of something like this: - www.mysite.com/node/add/blog

Will turn the URL into: - www.mysite.com/9595kfjfj4fmvmvk4m4mfmkfk44kfk

?

+3  A: 

You can create an url alias for any url (with path). You could create a new token for the pathauto module and use it to create your urls, if you want all your urls to look like that. Start looking at those modules, path (core), pathauto and token.

googletorp
Note that even with path aliases in place, the original paths still work if accessed directly - you can prevent this with the help of http://drupal.org/project/globalredirect
Henrik Opel