hello guys,
this is what I've done so far,
made the htaccess file with
Options +FollowSymLinks
RewriteEngine on
RewriteRule index-act-(.*)-id-(.*)\.htm$ index.php?act=$1&id=$2
and this allows me to make the links like
so, is there something I can put in the htaccess to make the links always appera as the re-written ones ?Code:http://gametrump.com/index.php?act=play&id=39 to work as. http://www.gametrump.com/index-act-play-id-39.htm
thanks
-Brandon


LinkBack URL
About LinkBacks








Reply With Quote