Pages: [1]
Author Topic: rewrite modifications  (Read 1146 times)
Newbie
*

Karma: 0
Posts: 7


on: Oct 10, 08, 08:26 AM

Hello i want to modify the category and play urls from .htaccess

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

in

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

in what files i have to modify,so the urls can work?
Logged
Administrator
Sr. Member
*

Karma: 7
Posts: 486


Email
Reply #1 on: Oct 11, 08, 04:35 AM

hi kay,

you should modify 2 functions inside helpers.php - GameURL and CategoryURL: just replace "category/" by "jocuri/" and "play/" by "joc/". That's it
Logged
Pages: [1]
 
Jump to: