Forum Moderators: phranque
RewriteRule ^Categories/([0-9]+/[0-9]+/[A-Za-z0-9-]+)/$ http://SITEURL/Categories/$1 [R=301,L]
RewriteRule ^Categories/([0-9]+)/([0-9]+)/([A-Za-z0-9-]+)?$ /Site/categoryView.php?page=$1&id=$2&catname=$3 [L]
RewriteRule ^Directory([0-9]+).php?$ http://SITEURL/Site/Directory$1.php [R=301,L]
RewriteRule ^Directory([0-9]+).php?$ /Site/Directory.php?page=$1 [L]
RewriteCond %{QUERY_STRING} ^page=([0-9]+)?$
RewriteRule ^Directory([0-9]+).php?$ http://SITEURL/Site/Directory$1.php [R=301,L]
RewriteRule ^Directory([0-9]+).php?$ /Site/Directory.php?page=$1 [L]