LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > LiteSpeed Cache > [Solved] Error Configure Cache on cPanel Pre Virtual Host Include

Reply
 
Thread Tools Display Modes
  #1  
Old 08-20-2012, 10:18 AM
skyknight skyknight is offline
New Member
 
Join Date: Aug 2012
Posts: 5
Default [Solved] Error Configure Cache on cPanel Pre Virtual Host Include

Hi,

i want to use LS Cache on cPanel server so i follow instruction in page

http://www.litespeedtech.com/support...ead.php?t=4719

I put this code (instruction no.5) to my "Pre Virtual Host Include"

[CODE]RewriteEngine On
RewriteEngine On
## cache should be available for HEAD or GET requests
RewriteCond %{REQUEST_METHOD} ^HEAD|GET$
## select which pages to cache
RewriteCond %{HTTP_COOKIE} page_contain_cachetoken=yes
##with other condition
RewriteCond %{QUERY_STRING} !s=[a-fA-F0-9]{32}
##excluding certain URLs
RewriteCond %{REQUEST_URI} !/(login|register|usercp|private|profile|cron|image) \.php$
##cache for 2 mins for php pages only
RewriteRule /(.*\.php)?$

Last edited by skyknight; 08-20-2012 at 10:21 AM..
Reply With Quote
  #2  
Old 08-20-2012, 10:44 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,339
there is an extra space between "image)" and "\.php$". seems to be added by vbulletin. it needs to be removed.
%
Quote:
RewriteCond %{REQUEST_URI} !/(login|register|usercp|private|profile|cron|image) \.php$
It should be like below instead.
Quote:
RewriteCond %{REQUEST_URI} !/(login|register|usercp|private|profile|cron|image) \.php$

Last edited by webizen; 08-20-2012 at 10:47 AM..
Reply With Quote
  #3  
Old 08-20-2012, 10:57 AM
skyknight skyknight is offline
New Member
 
Join Date: Aug 2012
Posts: 5
thank you
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 12:11 AM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.