By zvikico on
Hi,
I'm working on a site which is not a community site, but rather an informative site with dynamic content.
I want to limit the users (all anonymous, no registrations) only to designated URLs. I use the pathauto to generate URL aliases for my content and I want all other URLs to be disabled.
Any way or module that can do that?
Thanks,
Zviki
Comments
Hi Zviki, I believe what
Hi Zviki,
I believe what you're looking for is the path_access module. This module allows you to restrict access to urls using wild cards.
http://drupal.org/project/path_access
However, I'm not sure what the current status of this module is for Drupal 6 as it's still listed as in development.
Hope this helps!
.
There is info about that here: http://blamcast.net/articles/drupal-seo
Good article, but...
I want to prevent users from getting there, not only search engines. I guess I can use the .htaccess, I was looking for something in a higher level.
Anyway, the path access module seems to do what I need, but it's not Drupal 6 friendly.
Thanks both for the quick responses.
Found it - Global Redirect
Exactly what I was looking for Global Redirect.