Forum Moderators: phranque
I am very new to this.
I am trying to achieve friendly URLs, when I upload the code to correct directory nothing is happening:(
I am just not sure about this.
Here is the code I am working with
RewriteEngine on
RewriteRule ^games/([_A-Za-z0-9-]+)/?$ index.php?action=playgame&title=$1
RewriteRule ^categories/([_A-Za-z0-9-]+)/([0-9]+)-([0-9]+)/?$ index.php?action=browse&catname=$1&page=$2&limit=$3 [S=1]
RewriteRule ^categories/([_A-Za-z0-9-]+)/?$ index.php?action=browse&catname=$1
RewriteRule ^search/([_A-Za-z0-9-]+)/([0-9]+)/?$ index.php?action=browse&searchterm=$1&page=$2 [L]
THANKS for any help!
Joe