CGBlog URL Template Issue
Posted: Mon Mar 06, 2017 3:27 pm
Hi,
I have the following:
CMSMS 2.1.6
CGBlog 1.14.2
CGExtensions 1.53.19
CGSimpleSmarty 2.1.6
JQueryTools 1.3.9
Apache 2.4 with mod_rewrite
The CGBlog seems to run okay, but the urls do not conform to the URL Template pattern. For example, I have:
but wanted:
The defined pattern is the default:
Any pointers as to what the issue might be?
Many thanks.
I have the following:
CMSMS 2.1.6
CGBlog 1.14.2
CGExtensions 1.53.19
CGSimpleSmarty 2.1.6
JQueryTools 1.3.9
Apache 2.4 with mod_rewrite
The CGBlog seems to run okay, but the urls do not conform to the URL Template pattern. For example, I have:
Code: Select all
[TLD]/blog/2/1/Heavy-Rains-Brings-Another-Colony.html
Code: Select all
[TLD]/blog/2017/01/Heavy-Rains-Brings-Another-Colony.html
Code: Select all
{$postdate|cms_date_format:'%Y'}/{$postdate|cms_date_format:'%m'}/{$title}Many thanks.