Search results

  1. P

    wp-postviews and lscache plugins

    ok ,so the problem is , the views number not showing , i tried to not use echo and put that code elsewhere for test purpose <span class="stats-view">View: <div id="postviews_lscwp" > </div></span> and it show only View: but when i use <?php the_views(); ?> , it does show the view counter. any...
  2. P

    wp-postviews and lscache plugins

    hi , i have follow your instruction at here . change all the_views with new code . clear all cache include opcache , but the view is not showing , its empty tho. i change it this way echo ' <div id="postviews_lscwp"></div>'; thank you
  3. P

    need help on rewrite

    nvm i had it done just add RewriteEngine on RewriteRule ^/videoplayback /videoplayback.php$1 [R=301,L] thank you!
  4. P

    need help on rewrite

    hi guys , im new with litespeed just installed on my 1st server , and i need help with rewrite rules , usually on nginx my rewrite rule is : location / { try_files $uri $uri/ /index.php?$args; rewrite ^/videoplayback$ /videoplayback.php; } i want to rewrite...
Top