Forum Moderators: phranque
RewriteEngine On
RewriteRule ^(signup|(edit)?account|log(_?out|in)|(t|fl)op|random|passwo
rd|change(email|pass)|favorites|adv(anced_search|ertising)|moderate|term
sofuse|privacypolicy|aboutus|contactus|mailbox|(wo)?man) /$1.php [L]
RewriteRule ^view/([^/]+)/(.*) /view.php?cat=$1&pid=$2 [L]
RewriteRule ^category/([^/]+)/(.*) /category.php?cat=$1&name=$2 [L]
RewriteRule ^(confirmemail|resetpassword)/(.*) /$1.php?code=$2 [L]
RewriteRule ^resendconfirmation/(.*) /resendconfirmation.php?userid=$1 [L]
RewriteRule ^members/([^/]+)/(.*) /memberprofile.php?pid=$1&name=$2 [L]
RewriteEngine On
RewriteRule ^(signup|(edit)?account|log(_?out|in)|(t|fl)op|random|password|change(email|pass)|favorites|adv(anced_search|ertising)|moderate|termsofuse|privacypolicy|aboutus|contactus|mailbox|(wo)?man) /$1.php [L]
RewriteRule ^view/([^/]+)/(.*) /view.php?cat=$1&pid=$2 [L]
RewriteRule ^category/([^/]+)/(.*) /category.php?cat=$1&name=$2 [L]
RewriteRule ^(confirmemail|resetpassword)/(.*) /$1.php?code=$2 [L]
RewriteRule ^resendconfirmation/(.*) /resendconfirmation.php?userid=$1 [L]
RewriteRule ^members/([^/]+)/(.*) /memberprofile.php?pid=$1&name=$2 [L]