RewriteRule ^page/?$ /page.php I am using the above to make URLs rewrite, however I cannot seem to figure how to do the following: RewriteRule ^page-2/?$ /page-2.php I want to change "page-2.php" to: www.domain.com/page/2/ Anyone know how to do this please? Thanks, BlueEew.