Directory structure for related content 
Autore: Nektarios K.
Visite 31,
Followers 0,
Condiviso 0
On my website menu, I have the Services. That includes 4 pages.
Services
Page 1.php
Page 2.php
Page 3.php
Page 4.php
To anyone, you go, the URL shows as:
pamsmaritime.com/page1.php
pamsmaritime.com/page2.php
pamsmaritime.com/page3.php
pamsmaritime.com/page4.php
How can I Use directory structure for related content and show the URL as:
pamsmaritime/services/page1
pamsmaritime/services/page2
pamsmaritime/services/page3
pamsmaritime/services/page4 without the .php?
Please advice
Nek
Postato il

This URL conversion and the code required is likely to be very complex.
----- Google AI -----
URLs with pseudo-directories, also called "speaking URLs" or "virtual URLs", are technically implemented primarily through URL rewriting on the web server. This translates a human-readable URL (e.g., /products/shoes/sneakers) into a dynamic URL with parameters (e.g., /index.php?cat=12&prod=99) without changing the address in the browser.
-----
This URL conversion is usually used in CMS, but whether this can be implemented with WebSite X5, perhaps the experts or Incomedia employees can answer that.