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
?
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
?
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.