change url for detail page
-
geckozilla
- Jr. Bludit
- Posts: 4
- Joined: Thu Jul 09, 2020 9:25 am
I want to change detail page url.
From:
https ://demo.bludit.com/my-fox
to
https ://demo.bludit.com/detail/my-fox
How to do this, which file I must edit ?
Thanks
From:
https ://demo.bludit.com/my-fox
to
https ://demo.bludit.com/detail/my-fox
How to do this, which file I must edit ?
Thanks
-
geckozilla
- Jr. Bludit
- Posts: 4
- Joined: Thu Jul 09, 2020 9:25 am
thanks anyway
done with 301 Redirect URLs from .htaccess
done with 301 Redirect URLs from .htaccess
Code: Select all
# 301 Redirect URLs.
Redirect 301 /bludit/detail/create-your-own-content /bludit/create-your-own-content
From myself I want to add that such link routing is possible, some plugins do it, for example Snickergeckozilla wrote: Sun Jul 19, 2020 6:26 am thanks anyway
done with 301 Redirect URLs from .htaccess
Code: Select all
# 301 Redirect URLs. Redirect 301 /bludit/detail/create-your-own-content /bludit/create-your-own-content
- Edi
- Site Admin
- Posts: 3121
- Joined: Sun Aug 09, 2015 5:01 pm
- Location: Zurich
- Has thanked: 77 times
- Been thanked: 120 times
- Contact:
Im a little bit irritated. This is a redirect command but does not what you have asked for.geckozilla wrote: Sun Jul 19, 2020 6:26 amCode: Select all
# 301 Redirect URLs. Redirect 301 /bludit/detail/create-your-own-content /bludit/create-your-own-content
- Edi
- Site Admin
- Posts: 3121
- Joined: Sun Aug 09, 2015 5:01 pm
- Location: Zurich
- Has thanked: 77 times
- Been thanked: 120 times
- Contact:
I do not understand what you mean... Snicker is a comment system. How does it redirect or rewrite?Jacob wrote: Sun Jul 19, 2020 6:59 am From myself I want to add that such link routing is possible, some plugins do it, for example Snicker
There is another plugin for redirects:
https://plugins.bludit.com/plugin/redirects
A redirect forwards to another address, it does not rewrite it.
I just wanted to hint that:Edi wrote: Sun Jul 19, 2020 2:15 pmI do not understand what you mean... Snicker is a comment system. How does it redirect or rewrite?Jacob wrote: Sun Jul 19, 2020 6:59 am From myself I want to add that such link routing is possible, some plugins do it, for example Snicker
There is another plugin for redirects:
https://plugins.bludit.com/plugin/redirects
A redirect forwards to another address, it does not rewrite it.
If user doesn't know how to create a routing for a specific query, he/she can look at the Snicker's code.
For instance, Snicker can read parameters through bludit_site.com/admin/snicker/ajax

