Redirect Links
💡 In this guide, you will set product-category, product, post, and page targets for buttons and menus in that order. Estimated time: 10 minutes.
Main rule: confirm the target content exists. Prefer an Internal selection when available, and use a manual Custom path only when needed.
Find the page first
Path: AllinCMS Workspace site list → Target site → Enter Admin → Themes → Current theme pages → Home or target page



Overview
Common Entry
Open the page designer and select a button, menu, or module. Find Target in the right properties panel:
- For an existing page, product, post, or category, choose
Internalwhen available. - For a custom path, choose
Custom, then enter the path.
1. Product Category Link
Method 1 (recommended): select an internal product category
This method does not require finding or copying a URL. It works for header menus, dropdown menus, and other modules that support Internal. First confirm that the category exists in Product Categories, then configure it in this order:
- Choose
Internalfor the menu item'sTarget. - Choose
Productsin the first dropdown. - Choose
Product Categoryin the second dropdown. - Under
Select slug, choose the existing product category.
Correct setting path:
Target → Internal → Products → Product Category → Target category

When Product Category is available in the properties panel, use this method. The system links directly to the existing category, so you do not need to type a category path.
Method 2: copy the category path (only when Internal is unavailable)
Use a manual path only when the current module does not provide Internal or Product Category. Open the frontend product page, click the category, then copy the path from the browser address bar.
Example:
/products?category=wireless-earphones
Paste that path into the module or menu Target.


2. Product Link
Correct setting path:
Target → Internal → Products → Product → Target product
Configure it in this order:
- Choose
Internalfor the menu item's or button'sTarget. - Choose
Productsin the first dropdown. - Choose
Productin the second dropdown. - Under
Select slug, choose the specific product to open.

Create the product first. Only existing products appear in the dropdown. If the target is missing, create and save it under Add Products.
3. Post Link
Correct setting path:
Target → Internal → Posts → Post → Target post
Configure it in this order:
- Choose
Internalfor the menu item's or button'sTarget. - Choose
Postsin the first dropdown. - Choose
Postin the second dropdown. - Under
Select slug, choose the specific post to open.
If the post is missing from the dropdown, open Add Posts and confirm that it has been created and saved.
4. Page Link
Method 1 (recommended): select an internal page
This method does not require finding or typing a page path. First confirm that the target page exists, then configure it in this order:
- Choose
Internalfor the menu item'sTarget. - Keep the type set to
Page. - Choose the destination page, such as
OEM, in the dropdown on the right. - A page does not require a slug selection; the system links directly to it.
Correct setting path:
Target → Internal → Page → Target page

When the target page can be selected in the properties panel, use this method. The system links directly to the existing page, so you do not need to type a route.
Page not created yet? Read Create a Page.
Method 2: enter a Custom path (only when Internal is unavailable)
Use a manual path only when the current module does not provide Internal. Page links must match real routes. If /oem already exists, enter it under Custom:
/oem
Do not guess. Open the Routes list to check existing page paths.

5. Fix 404
If clicking shows 404, check whether the link is wrong.
Common mistake:
/product
The product list page is usually:
/products

Pitfalls
| Mistake | Result | How to avoid it |
|---|---|---|
🟡 Typing a category path when Internal is available | More steps and a higher chance of errors | Choose Product Category and an existing category |
🟡 Choosing Product or Post without a slug | The link cannot open specific content | Select the target product or post |
| 🔴 Guessing paths | Click leads to 404 | Copy real paths |
🟡 Missing / | Link may fail | Start site paths with / |
🔴 Using /product for product list | Product list does not open | Use /products |
Completed
- ✅ You know internal product categories should use
Internalfirst. - ✅ You know the complete internal paths for pages, products, and posts.
- ✅ You know custom paths use
Custom. - ✅ You know how to enter page and category links.
- ✅ You know to check real paths first when 404 happens.
Next
- 📞 Contact Links - make phone and email links clickable.
- 📌 Menu Order - place important links where visitors can find them.