2014-01-24, 16:58:27
Set a custom permalink structure like this:
%parent%/%slug%.html
Change the rewrite rule in .htaccess to:
RewriteRule /?([A-Za-z0-9_-]+).html$ index.php?id=$1 [QSA,L]
%parent%/%slug%.html
Change the rewrite rule in .htaccess to:
RewriteRule /?([A-Za-z0-9_-]+).html$ index.php?id=$1 [QSA,L]