Languages
- en-GB
- zh-CN
Menu
- menu-en-gb
- Company
- Jobs (menu-item) <-- LOOK AT THIS
- Company
- menu-zh-cn
Jobs menu-item settings
- Alias:
jobs - Menu Item Type:
Category List - Choose a category:
Jobs - Language:
English (UK)
Problem
When I visit http://example.com/en/jobs, it throws 404

I have enabled mod_rewrite and renamed htaccess.txt to .htaccess.
I've tried to add a statement to my template index.php
<?php
die('die here');
in a very first statement.
By the way, I'm using custom template here.
Does anyone face the same problem?
Edit
It is not only for category listing, as long as is from that particular menu, then throw 404
I've found the problem after struggling for a day.
Solution
Jobsis a submenu-item underCompany, thus the URL should be http://example.com/en/company/jobs instead of just http://example.com/en/jobs without acompanyIf want to achieve the URL without
companyJobswith aliasjobs.menu-en-gb->Jobs, set the Menu Item Type toSystem Links->Menu Item AliasDone