﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
7200	Wrong url when page navigation	a.verdeja	anonymous	"When you have the following configuration
- Static frontgpage
- ""Pretty permalinks

and click on previous entries, the url will be http://mydomain.com/blog/page/2/, but it should be http://mydomain.com/page/2/

This can be corrected with the following code in the .htaccess file:

RedirectMatch /blog/page/(.*)$ http://mydomain.com/page/$1/

The problem is then that you cann't have a paginated -static- front page
"	defect (bug)	closed	high		General		major	duplicate	navigation, static frontpage	
