MyBB Community Forums

Full Version: want .htaccess rewrite code of single url to new one
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to redirect /misc.php?page=googlesearch
to /googlesearch can someone give me rewrite code to put in .htaccess?
got it done from online tool http://www.webtoolhub.com/tn561403-htacc...write.aspx

Input URL http://funchit.com/misc.php?page=googlesearch
Example Output http://funchit.com/misc-page-googlesearch.php

Options +FollowSymLinks
RewriteEngine on

RewriteRule -page-(.*)\.php misc.php?page=$1