URL parameters generate 404 error
-
I am trying to create a custom page template that takes in URL data similar to the way the archives in WP work
So I want to use:
http://localhost/blog/posts-by-site/site/14/where posts-by-site is the template.
For some reason the URL
http://localhost/blog/posts-by-site/14/works but this URL
http://localhost/blog/posts-by-site/site/14/or this URL
http://localhost/blog/posts-by-site/14/page/2/both generate a 404 error.
Is there a simpler way to do this other than a custom page template?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘URL parameters generate 404 error’ is closed to new replies.