Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello I write this rule here but it does not work
<rule name="paginationTags" stopProcessing="true"> <match url="^tags/([_0-9a-z-]+)/page([0-9]+)/?$" /> <action url="tags/?tag={R:1}&page={R:2}" type="Rewrite" /> </rule>
I'm trying to get from this url
http: // localhost: 50554/tags/?tag=xxx&page=1
Here is such
http: // localhost: 50554/tags/tag1/page1
but I get 404, what am I doing wrong?
Up
Lev Nuznyy, the error message means that you didn't assign a template for your content (document type).
I suggest at this stage to try a simple Umbraco example like CV Exam package which contains one page and see how it works.
After testing it with your aim of paging then try one the starter kits packages which contains many pages.
The template is there, and the page is there.
That's how it works:
http: // localhost: 50554/tags/?tag=text1&page=2
I'm trying to do so
http: // localhost: 50554/tags/text1/page2
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Friendly url with two or more parameters
Hello I write this rule here but it does not work
I'm trying to get from this url
Here is such
but I get 404, what am I doing wrong?
Up
Lev Nuznyy, the error message means that you didn't assign a template for your content (document type).
I suggest at this stage to try a simple Umbraco example like CV Exam package which contains one page and see how it works.
After testing it with your aim of paging then try one the starter kits packages which contains many pages.
The template is there, and the page is there.
That's how it works:
I'm trying to do so
Up
is working on a reply...