category link not work

Post Reply
dcoderk
Posts: 70
Joined: Sat Mar 25, 2017 8:30 am

category link not work

Post 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.
email: dcoderk at yahoo (dot) com
admin
Site Admin
Posts: 37233
Joined: Wed Sep 10, 2008 11:43 am

Re: category link not work

Post by admin »

Rewrites again
Don't forget to run script update
dcoderk
Posts: 70
Joined: Sat Mar 25, 2017 8:30 am

Re: category link not work

Post 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.
email: dcoderk at yahoo (dot) com
admin
Site Admin
Posts: 37233
Joined: Wed Sep 10, 2008 11:43 am

Re: category link not work

Post by admin »

remove 16 in your url
Don't forget to run script update
dcoderk
Posts: 70
Joined: Sat Mar 25, 2017 8:30 am

Re: category link not work

Post by dcoderk »

ah ok

i thought there is a way to configure it on htaccess

what i do is remove the id :-)
email: dcoderk at yahoo (dot) com
admin
Site Admin
Posts: 37233
Joined: Wed Sep 10, 2008 11:43 am

Re: category link not work

Post by admin »

you can do it either
Take a look at mod_rewrite docs
Don't forget to run script update
Post Reply