Forum
Change Blog Post URL
In the blog posts is it possible to change the url from
https://websiteaddress/blog/post.php?s=2014-08-29-another-test
to
https://websiteaddress/blog/post.php?another-test
So basically it just outputs the blog title please.
Yes, the slug options are on the Settings page.
Ive changed blog path /blog/{postSlug}
Slug format {postTitle}
But it cant find the url when you select the link. Its updated when you hover over it but when you visit the url in the browser it says The requested URL /blog/another-test was not found on this server.
To use that format you will need to rewrite your URLs, have you done that?