Skip to main content
Topic: Link external PHP Page (Read 8300 times) previous topic - next topic

Link external PHP Page

Hello, I need call some pages from menu but are external of the suite.   How can i call it?

Thank You!

Re: Link external PHP Page

Reply #1
@ocalle Yes you can.
The same way you configure internal menu with a little difference.
You have to enter the external link in the Path field in Menu Configuration, and the external link must be a full link containing http:// for none secure link or https:// for secure links. Example: https://google.com.

You can view the image(menu.png) below for clarity.

Re: Link external PHP Page

Reply #2
@willvin

i do exactly the same thing you said and it didn't work... When i put a external link into path, the menu automatically hides the item.

To solve this issue i go to Html.php file over Helpers folder and remove "if (ACL::is_allowed($path)) {" in line 149.
Its working fine now.