WebSite X5Help Center

 
Nektarios K.
Nektarios K.
User

Directory structure for related content  en

Autor: Nektarios K.
Visitado 29, Seguidores 0, Compartilhado 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

Publicado em
1 RESPOSTAS
Daniel W.
Daniel W.
User
Usuário do mês DEUsuário do mês EN

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.

Ler mais
Publicado em de Daniel W.