[SOLVED] Joomla: 404 error page after changing menu alias

Problem: The menus were working fine before. Then I changed alias of one menu. For example: I changed example.com/mymenu2 to example.com/mymenu3 Now, I am getting redirected to 404 error page on both for both of the above URLs. Solution: You can try Rebuilding the particular menu, clearing cache from Joomla admin, and/or clearing your browser’s … Read more

Making a tree navigation menu in PHP

Below is the code with sufficient comments on making a tree navigation menu (hierarchical menu) in PHP. A single page holding different links. The navigation links are present at the left sidebar of the page. I have not used any dynamic approach over here. Have not used any loop. It’s just a static and straight-forward … Read more