Is there any way to encode ALL urls in Drupal? I.e. Instead of something like this:
– http://www.mysite.com/node/add/blog
Will turn the URL into:
– http://www.mysite.com/9595kfjfj4fmvmvk4m4mfmkfk44kfk
?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.