Osclass forums

Support forums => General help => 3.8.x => Topic started by: zasami on May 14, 2019, 10:50:29 am

Title: (Resolved)Permalink problem when click on showas
Post by: zasami on May 14, 2019, 10:50:29 am
hi every bady..
Permalink problem when click on showas or order by price or date publication etc...
mod_rewrite is enabled
all others permalinks work fine
Thank for help
Title: Re: (Resolved)Permalink problem when click on showas
Post by: zasami on May 14, 2019, 11:35:59 pm
in head.php i call the global css file like this
Code: [Select]
osc_enqueue_style('all', '../../assets/css/all.min.css');
and i have change to
Code: [Select]
osc_enqueue_style('all', '/assets/css/all.min.css');
and all work like charm