
08-23-2011, 05:19 PM
|
|
New Member
|
|
Join Date: Jan 2011
Posts: 8
|
|
Thanks. Can you provide any specific guidance on how the exclude works?
For example, is this what I would need to exclude all wpadmin requests from being cached?
Code:
# excluding certain URLs
RewriteCond %{REQUEST_URI} !/(wpadmin) \.php$
|