Options Indexes FollowSymLinks MultiViews RewriteEngine on RewriteBase / ErrorDocument 404 /data/errors/404.php RedirectMatch /data/email/(.*) /data/errors/404.php RedirectMatch /data/modules/(.*) /data/errors/404.php RedirectMatch /data/plugins/(.*) /data/errors/404.php RedirectMatch /gadgets/xml/(.*) /data/errors/404.php RedirectMatch /data/stories/(.*) /data/errors/404.php RedirectMatch /data/trash/(.*) /data/errors/404.php RedirectMatch /data/xml/(.*) /data/errors/404.php RewriteRule page-([0-9]*)-([0-9]*)-(.*)\.(htm|html)$ index.php?pid=$1&show=$2 RewriteRule page-([0-9]*)-(.*)\.(htm|html)$ index.php?pid=$1 RewriteRule contact-([0-9]*)-([0-9]*)-(.*)\.(htm|html)$ index.php?pid=$1&msg=$2 RewriteRule contact-([0-9]*)-(.*)\.(htm|html)$ index.php?pid=$1 RewriteRule (.*)-pg-([0-9]*)-([0-9]*)\.(htm|html)$ index.php?pid=$2&show=$3 RewriteRule (.*)-pg-([0-9]*)-([a-zA-Z]*)\.(htm|html)$ index.php?pid=$2&show=$3 RewriteRule (.*)-pg-([0-9]*)-([cC]*)([0-9]*)\.(htm|html)$ index.php?pid=$2&cid=$4& RewriteRule (.*)-pg-([0-9]*)-([cC]*)([0-9]*)-([0-9]*)\.(htm|html)$ index.php?pid=$2&cid=$4&&show=$5 RewriteRule (.*)-pg-([0-9]*)\.(htm|html)$ index.php?pid=$2 RewriteRule (.*)-con-([0-9]*)-([0-9]*)\.(htm|html)$ index.php?pid=$2&msg=$3 RewriteRule (.*)-con-([0-9]*)\.(htm|html)$ index.php?pid=$1&msg=$2