URL rewrites
Where is this table populated from?
sys_seo_uri_rewrites
How do I change view-persons-profile to /u/ - which I am sure is done in this table. Is there a way it is done via studio or is it done manually in the database?
If done manually, is there a dump available?
Thank you!
@OneEagle (like your profile header image 😁)
-
-
·
LeonidS
- ·
Hello @Wise !
Yes, now it's possible to change it only via the database's management. The example of the dump you may find in this answer by @Alex T⚜️ https://unacms.com/cmts-view/1l129mt?sys=bx_forum&cmt_id=43455
-
·
LeonidS
-
- · Wise
- ·
@LeonidS thank you my friend 😎👍
-
- · Wise
- ·
Man! This is a nice find 😁
-
- · Chris
- ·
Hello!
i do this change into the mysql database "sys_seo_uri_rewrites" , leave the "cache" but nothing appear ?
An idea please ? THANKS!
-
-
·
LeonidS
-
·
In reply to Chris
C
- ·
Hello @Chris !
Could you please provide some example of your wanted URLs and new records from this table after your changes for that?
-
·
LeonidS
-
- · Chris
-
·
In reply to LeonidS
- ·
Hello @LeonidS
I'm searching this kind of url's:
`sys_seo_uri_rewrites` (`id`, `uri_orig`, `uri_rewrite`)
(1, 'persons-home', 'are'),
(2, 'view-persons-profil', 'is'),
(3, 'groups-home', 'in'),
(4, 'view-post', 'say'),
(5, 'posts-home', 'said'),
(6, 'view-discussion', 'saying'),
(7, 'view-event-profile', 'pro'),
(8, 'albums-home', 'shooting'),
(9, 'view-persons-profile', 'stay');
everything is like ok but not functionning...
Thank you!
-
-
·
LeonidS
-
·
In reply to Chris
C
- ·
Hello @Chris!
Check locally your first record - works fine. Does it work it on your site too?
-
·
LeonidS
-
- · Chris
- ·
Hello @LeonidS
No functionning. Have you other ideas or solution?
What do you mean about " first record" ?
Thanks !
-
-
·
LeonidS
-
·
In reply to Chris
C
- ·
I mean that part from your file:
(1, 'persons-home', 'are')
works fine on my side locally.
-
·
LeonidS
-