Page 1 of 1

category link not work

Posted: Thu Apr 20, 2017 3:37 pm
by dcoderk
how can i make this category id work


<a href="<?=$url_lng_prefix?>/category/<!--CATEGORY_ID-->/<!--CATEGORY_NAME-->/" rot_id='<!--THUMB_LINK-->'><!--CATEGORY_CUSTOM_NAME--></a>


result page

http://domain.com/category/16/Handjobs/

Not Found

The requested URL /category/16/Handjobs/ was not found on this server.

Re: category link not work

Posted: Thu Apr 20, 2017 3:40 pm
by admin
Rewrites again

Re: category link not work

Posted: Mon Apr 24, 2017 2:49 pm
by dcoderk
how can i modify this
RewriteRule ^category/([^/]+)/$ /scj/tube/index.php?group_name=$1 [L]


to make this link work

Not Found
The requested URL /category/16/Handjobs/ was not found on this server.

Re: category link not work

Posted: Mon Apr 24, 2017 3:26 pm
by admin
remove 16 in your url

Re: category link not work

Posted: Mon Apr 24, 2017 3:41 pm
by dcoderk
ah ok

i thought there is a way to configure it on htaccess

what i do is remove the id :-)

Re: category link not work

Posted: Mon Apr 24, 2017 3:43 pm
by admin
you can do it either
Take a look at mod_rewrite docs