Thank you, that made the links look normal,
but the link to the second page (with ;2) still leads to 404.
If i set rewrite rule to
RewriteRule /?([A-Za-z0-9_-]+);(\d+)/?$ index.php?id=$1&page=$2 [QSA,L]
instead of actual
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
no page except the index.php loads.
in gsconfig.php i made the entry:
# Enable fancy URLs for plugin pagify
define('PAGIFY_SEPARATOR',';');
Regards Peter
but the link to the second page (with ;2) still leads to 404.
If i set rewrite rule to
RewriteRule /?([A-Za-z0-9_-]+);(\d+)/?$ index.php?id=$1&page=$2 [QSA,L]
instead of actual
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
no page except the index.php loads.
in gsconfig.php i made the entry:
# Enable fancy URLs for plugin pagify
define('PAGIFY_SEPARATOR',';');
Regards Peter