want .htaccess rewrite code of single url to new one
#1
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)