hello evry one
i have sites dir script but i want change site-(.*)\.html$
to site name
#SWITCH mod_rewrite ON
Options +FollowSymLinks
RewriteEngine on
#OUR ABOVE CODE
RewriteRule site-(.*)\.html$ site.php?id=$1
thanks
i have sites dir script but i want change site-(.*)\.html$
to site name
Code:
ex : [URL="http://www.domain.com/dir/black-hot"]www.domain.com/dir/black-hot[/URL]
Options +FollowSymLinks
RewriteEngine on
#OUR ABOVE CODE
RewriteRule site-(.*)\.html$ site.php?id=$1
thanks