WebSite X5Help Center

 
Rick B.
Rick B.
User

Build/website/like/this.html  en

Autor: Rick B.
Besucht 1411, Followers 1, Geteilt 0  

Dear all,

I just switched from X5 Evolution, 9 I think, to the X5 Pro 2019 version...
I have been told the never X5 version (which X5 Pro 2019 is) allow you to arrange your sitemap like this:

Cars
*Fiat.html
*Mercedes.html
*Page3.html
Pushbikes
*2wheels.html
*3wheels.html

So you'll get the url like: TheNameOfTheWebsite.com/cars/fiat.html
and TheNameOfTheWebsite.com/pushbikes/2wheels.html

Can anyone help me with this since it looks like it isn't possible despite what the guy at the store told me...

Kind regards,

Rick

Gepostet am
4 ANTWORTEN - 2 NüTZLICH - 1 KORREKT
John S.
John S.
User

Hello Rick

What you describe is only possible if you use sub-projects.

If you want to have it all in one project then all pages will be in one and the same folder.

Mehr lesen
Gepostet am von John S.
Esahc ..
Esahc ..
Moderator

Rick, you can use levels if you want the website structured as you indicated, but the URL's won't indicate the level eg TheNameOfTheWebsite.com/cars/fiat.html would be TheNameOfTheWebsite.com/fiat.html

See attached

Mehr lesen
Gepostet am von Esahc ..
Antal Z.
Antal Z.
User

.htaccess

< IfModule mod_rewrite . c >

RewriteEngine be

RewriteBase /

RewriteRule ^ index.php $ - [L]

RewriteCond% {REQUEST_FILENAME}! -F

RewriteCond% {REQUEST_FILENAME}! -DRewriteRule. /index.php [L]

</ IfModule>

-------------------------------------------------- --------------

.htaccess 2

# Opciók + FollowSymLinks
RewriteEngine a
# index.php fájlon a /
RewriteCond% {THE_REQUEST} ^ [AZ] {3,9} \ /.* index \ .php \ HTTP /
RewriteRule ^ (. *) Index \ .php $ / $ 1 [R = 301, L]

-------------------------------------------------- --------------

.htaccess 3

RewriteEngine be

RewriteBase / RewriteRule ^ index \ .php $ - [L]

RewriteCond% {REQUEST_FILENAME}! -F

RewriteCond% {REQUEST_FILENAME}! -D

RewriteRule. /index.php [L]

Mehr lesen
Gepostet am von Antal Z.
Rick B.
Rick B.
User
Autor
Esahc ..
Rick, you can use levels if you want the website structured as you indicated, but the URL's won't indicate the level eg TheNameOfTheWebsite.com/cars/fiat.html would be TheNameOfTheWebsite.com/fiat.html See attached

Thanks for the reply,

I know you can make it like this, but a bit weird the website x5 webiste is build the way I preffer but you can't create it that way with it's software

Mehr lesen
Gepostet am von Rick B.