if one were to build a viewer, what sources should i take a look at?
would this be done at the module level or in httpd itself?
On Mon, Feb 9, 2009 at 11:17 AM, Eric Covener wrote:
> On Mon, Feb 9, 2009 at 1:54 PM, Matthew Sacks wrote:
>> Hi ASF,
>> Is there a way to view objects
Hi ASF,
Is there a way to view objects in cache while using mod_mem_cache.
I am having trouble gauging the number of objects being cached without
using a disk-cache.
Thank you,
Matthew
-
The official User-To-User support forum of
hi list,
new problem:
when i try to add a rewrite just for the base url, it doesn't work and
appends the destination url twice and ends up as a 404:
how can i accommodate the wild-card and the base path (RewriteRule ^/$
http://www.foobar.com)?
# BEGIN WordPress
RewriteEngine On
RewriteBase /te
refix removed ?
> (because you are "already there" so to speak)
>
> Maybe you want to try this instead :
>
> RewriteRule /(.*)$ http://www.foo.com/$1 [R=301]
>
>
>
>
>
> Matthew Sacks wrote:
>>
>> I cleared all rewrites so all I have is the f
PM, Matthew Sacks wrote:
> i am trying to change the base path of a directory to rewrite to a new
> location, there are no files in the location, so it is just a
> cosmetic/seo change.
>
> i have some rewrites that are put in place by my hosting provider, and
> im having some
i am trying to change the base path of a directory to rewrite to a new
location, there are no files in the location, so it is just a
cosmetic/seo change.
i have some rewrites that are put in place by my hosting provider, and
im having some difficulty getting the rewrite to work:
here is my .htac