By mailleux on
I have drupal and another application on the same server. The application is at the link:
/online/app
When I put a menu item like online/app/ on a menu (I use clean links) it gets rendered as en/online/app/. This get's rewritten and sent to a page not found. I tried using the Path module to add the alias:
/online/app -> en/online/app (this is the order, real url to alias)
And still get the page not found. I could change the rewrite rules, but I wonder if I there is some way to get arround this...
Comments
Did you ever figure this out?
My web root is /var/www/html. I have an app here - myApp.php
I want to add a link in the Navigation menu to myApp.php.
Any help would be appreciated. Thanks!