Links that ignore i18n
krunar - March 26, 2008 - 19:21
| Project: | Internationalization |
| Version: | 5.x-2.2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hello,
In my site i have create a menu link that point to www.example.com/cron.php
But when i use it, it goes to www.example.com/en/cront and i get "page not found"
Is there a way to tell drupal not to add the language prefix for certain links?
I tried creating an alias but didnt work.
Any ideas?
thank you

#1
Try absolute links like "http://www.example.com/cron.php"
#2
easy, fast and little dirty.
i like it thanks
But in general (because i have problems with links from other modules) is there a way to exclude the language prefix or make an alias for it or something?