mpapet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Newbie need an apache aliasIt looks like this is a big dead end.
Would an Apache rewrite rule work?
Let’s say the requested url is http://www.mysite.com/cms I need it to go to http://www.mysite.com/blog/index.php?pageid=2″
Forum: Fixing WordPress
In reply to: Newbie need an apache aliasUgh, That didn’t format right. Index.html is the root document with child folders myResume and UselessInfo
Forum: Fixing WordPress
In reply to: wordpress and mod_cacheKawauso,
Super Cache is not enough. They are running it now and the server is still being hammered. Splitting the http server and the DB server will help, but it’s a reasonable assumption traffic will overwhelm that.
PHP is just not the right tool for the job at this scale.
Forum: Fixing WordPress
In reply to: wordpress and mod_cacheErm, well let me be more specific. I want to use disk_cache, but, obviously for public paths. So, is it possible to cache just public content?
The other alternative is mem_cache. I see *lots* of memcached explanations, but I’m dealing with a very high-traffic site and I’d like to let apache do most of the work. Is this possible?