Nevermind, it's working. I would delete this topic if I could but I can't.
So long as it's here, can somebody please help me figure out how to make all links end in / instead of .html? I've heard according to WC3 that getting rid of file extensions is what the "cool kids" are doing.
I tried replacing '.html' with '\' in the code below in php_seo_class.php and then removing '.html' from the entries in .htaccess, but that just led to broken pages.
- Code: Select all
$this->seo_ext = array('cat' => '.html',
'forum' => '.html',
'topic' => '.html',
'user' => '.html',
'gz_ext' => '',
I would really appreciate it if somebody could explain to me exactly what to do so that urls end with /
Also, is there any way to get the forum title in the topic urls?
Thanks!