Pages: [1]
Author Topic: how to change the seo urls ?  (Read 487 times)
Newbie
*

Karma: 0
Posts: 5


on: Nov 15, 08, 09:06 PM

hi,
how can i change the seo urls

RewriteRule ^play/(.*[^/])/?$ game.php?game=$1 [L]
RewriteRule ^category/(.*[^/])/?$ cat.php?cat=$1 [L]

to

RewriteRule ^translated/(.*[^/])/?$ game.php?game=$1 [L]
RewriteRule ^translated2/(.*[^/])/?$ cat.php?cat=$1 [L]

and now the links are not working
what can i do ?
Logged
Administrator
Sr. Member
*

Karma: 7
Posts: 486


Email
Reply #1 on: Nov 16, 08, 12:25 AM

you should also edit 2 functions in the "include/helpers.php" file:

in function GameURL change "play/" to "translated/"

and in function CategoryURL change "category/" to "translated2/"
Logged
Pages: [1]
 
Jump to: