Title: varunkrish's Replies | WordPress.org

---

# varunkrish

  [  ](https://wordpress.org/support/users/varunkrish/)

 *   [Profile](https://wordpress.org/support/users/varunkrish/)
 *   [Topics Started](https://wordpress.org/support/users/varunkrish/topics/)
 *   [Replies Created](https://wordpress.org/support/users/varunkrish/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/varunkrish/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/varunkrish/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/varunkrish/engagements/)
 *   [Favorites](https://wordpress.org/support/users/varunkrish/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Liveblog] [Plugin: Liveblog] Massive bug, I think](https://wordpress.org/support/topic/plugin-liveblog-massive-bug-i-think/)
 *  [varunkrish](https://wordpress.org/support/users/varunkrish/)
 * (@varunkrish)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-liveblog-massive-bug-i-think/#post-3019778)
 * looks like custom permalinks are the culprit .
 * I changed to the default ?p=post_id format and things work fine
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Liveblog] [Plugin: Liveblog] Massive bug, I think](https://wordpress.org/support/topic/plugin-liveblog-massive-bug-i-think/)
 *  [varunkrish](https://wordpress.org/support/users/varunkrish/)
 * (@varunkrish)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-liveblog-massive-bug-i-think/#post-3019777)
 * Hi Mohammad,
 * Thanks for the quick 1.1 update. But still not working.
 * Get a 404 error which I try to save a new live blog entry
 * Firebug says the following url threw a 404 Not found
 * domain.com/wordpress/test-4/liveblog/1/1346807291/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Liveblog] Normal Users dont see liveblog part](https://wordpress.org/support/topic/normal-users-dont-see-liveblog-part/)
 *  [varunkrish](https://wordpress.org/support/users/varunkrish/)
 * (@varunkrish)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/normal-users-dont-see-liveblog-part/#post-3019204)
 * worst plugin release ever . did not expect this from automattic guys !
 * installed on localhost – does not work .. installed on 3 remote boxes – does 
   not work . Sad that this plugin is all over the news now but does not work 🙁
 * Grabbed a nightly build and not working on it either
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Super Cache] Incorrect .htaccess rules if you install wordpress in a subdirectory](https://wordpress.org/support/topic/plugin-wp-super-cache-incorrect-htaccess-rules-if-you-install-wordpress-in-a-subdirectory/)
 *  [varunkrish](https://wordpress.org/support/users/varunkrish/)
 * (@varunkrish)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-incorrect-htaccess-rules-if-you-install-wordpress-in-a-subdirectory/page/2/#post-971382)
 * [@donncha](https://wordpress.org/support/users/donncha/)
 * I finally got ur dev version and changed the htaccess rules as i said above and
   God!! it does work now ! and my server load has reduced considerably.
 * But the irony is that i am trying to recreate the same environment on the development
   environment but the pages are being served dynamically all the time even though
   the pages are cached and the admin panel shows the same.
 * Is this a rewrite / apache issue or problem with the plugin ?
 * Can you please help me figure out ?
 * thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Super Cache] Incorrect .htaccess rules if you install wordpress in a subdirectory](https://wordpress.org/support/topic/plugin-wp-super-cache-incorrect-htaccess-rules-if-you-install-wordpress-in-a-subdirectory/)
 *  [varunkrish](https://wordpress.org/support/users/varunkrish/)
 * (@varunkrish)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-incorrect-htaccess-rules-if-you-install-wordpress-in-a-subdirectory/#post-971360)
 * i took the code of the development version and im runnin wp2.6.5
 * cache files are created but never used . CPU usage is rocketing
 * i have my blog at domain.com/blog
 * here is my htacess
 *     ```
       # BEGIN WPSuperCache
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /blog/
       AddDefaultCharset UTF-8
       RewriteCond %{REQUEST_METHOD} !=POST
       RewriteCond %{QUERY_STRING} !.*=.*
       RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
       RewriteCond %{HTTP:Accept-Encoding} gzip
       RewriteCond %{DOCUMENT_ROOT}/blog/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html.gz -f
       RewriteRule ^(.*) /blog/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html.gz [L]
   
       RewriteCond %{REQUEST_METHOD} !=POST
       RewriteCond %{QUERY_STRING} !.*=.*
       RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
       RewriteCond %{DOCUMENT_ROOT}/blog/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html -f
       RewriteRule ^(.*) /blog/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html [L]
       </IfModule>
       # END WPSuperCache
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Create the page](https://wordpress.org/support/topic/create-the-page/)
 *  [varunkrish](https://wordpress.org/support/users/varunkrish/)
 * (@varunkrish)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/create-the-page/#post-664587)
 * can u please explain what u want ?
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Php-cgi vs Php as an Apache module](https://wordpress.org/support/topic/php-cgi-vs-php-as-an-apache-module/)
 *  [varunkrish](https://wordpress.org/support/users/varunkrish/)
 * (@varunkrish)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/php-cgi-vs-php-as-an-apache-module/#post-204921)
 * pl check this thread for the diff between php as apache module and cgi binary
 * [http://varunkrish.com/php-as-apache-module-vs-php-as-cgi-binary.html](http://varunkrish.com/php-as-apache-module-vs-php-as-cgi-binary.html)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [New Plugin: Subscribers-Only 1.0](https://wordpress.org/support/topic/new-plugin-subscribers-only-10/)
 *  [varunkrish](https://wordpress.org/support/users/varunkrish/)
 * (@varunkrish)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/new-plugin-subscribers-only-10/#post-352017)
 * please release the plugin soon
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Restrict Categories based on User Role Created in role manager](https://wordpress.org/support/topic/restrict-categories-based-on-user-role-created-in-role-manager/)
 *  Thread Starter [varunkrish](https://wordpress.org/support/users/varunkrish/)
 * (@varunkrish)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/restrict-categories-based-on-user-role-created-in-role-manager/#post-364359)
 * Have u seen this Limit Categories Plugin from red alt ?
 * its super for posting …
 * You can pick each role created in role manager and delegate the rights.
 * But what i want is to show/hide categories for viewing instead of posting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Restrict Categories based on User Role Created in role manager](https://wordpress.org/support/topic/restrict-categories-based-on-user-role-created-in-role-manager/)
 *  Thread Starter [varunkrish](https://wordpress.org/support/users/varunkrish/)
 * (@varunkrish)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/restrict-categories-based-on-user-role-created-in-role-manager/#post-364357)
 * thanks tom… will look into it
 * iam using the role manager plugin from red alt only
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [login to wordpress from main page](https://wordpress.org/support/topic/login-to-wordpress-from-main-page/)
 *  [varunkrish](https://wordpress.org/support/users/varunkrish/)
 * (@varunkrish)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/login-to-wordpress-from-main-page/#post-324777)
 * can i login to wordpress from php code itself without revealing the info to the
   user ?
 * i mean no form nothing…..
 * they are automatically signed it to wordpress with some role.
    how do i do that?

Viewing 11 replies - 1 through 11 (of 11 total)