Rok
Forum Replies Created
-
define('WP_MEMORY_LIMIT', '64M');
This command will increase PHP memory to 64M.
Forum: Fixing WordPress
In reply to: Permalinks with .htmlTo end your blog URIs or URLs with .HTML, just do the following:
1. For Post links, go to settings → permalinks panel and add.html at end, for e.g.
/%year%/%monthnum%/%day%/%postname%.html
2. For WordPress Page: Just download plugin here, and activate it.
2b. Once activated, Edit your WordPress page and under Page title, add “.html” at the end of page URL.
2c. Finally click save next to URL link.That’s it!
Forum: Plugins
In reply to: [Plugin: WP Super Cache] super cache and php speedySorry! I cann’t see any difference in terms of speed with PHP Speedy plugin. For your JS, you can speed up with Google CDN.
For sitewide, use Super Cache Plugin.
Forum: Plugins
In reply to: AskApache Crazy CacheCouldn’t update, I’m now moving to Media Temple.
Forum: Plugins
In reply to: AskApache Crazy CacheDonncha, unfortunately I couldn’t hear anything from DreamHost. May I ask you to advise me the way to recreate “cache folder” automatically, in the event of server reboot? Because I don’t have root access to edit fstab.
Forum: Plugins
In reply to: AskApache Crazy CacheDonncha, I was asking if setting /tmp/, as noted in your above post was reffered to Super Cache plugin or other.
Re. /tmp/ allocated space, I’ve just written to DreamHost, and I hope to get the answer in few hrs.
I’ve not yet activated Super Cache, but I’ve made following change in wp-cache-config-sample.php
$cache_path = ABSPATH . 'wp-content/cache/';
….changed to:
$cache_path = '/tmp/cache/';
Is the above change correct? would you please advise.
Forum: Plugins
In reply to: AskApache Crazy CacheHi Donncha, did your reffered the above noted change for Super Cache?
I had read other post about a month back, but didn’t try to move cache foler to /tmp/, because I’ve about 22K+ posts, and lots of categories. And above all, right now I’ve no idea, what’s the space alloted to /tmp/ folder on DreamHost VPS?
Forum: Plugins
In reply to: AskApache Crazy CacheIn addition to my immediate last post, I’ve installed AACrazyCashe about an hour ago, but neither it shows “Already working” nor it display no of cache files by “Hyper Cache” plugin.
Do you think, it could be due to the cache foler, because AACrazyCache reads Hyper Cache’s cache folder as following:
$hcachesiz=aa_cc_count_cache(ABSPATH.'wp-content/cache/hyper-cache/');
whereas, the actual cache folder for Hyper Cache is:
wp-content/hyper-cacheAlso, where AA would cache files, will it create a seperate folder or will store cached files in plugin default? Please advise.
Forum: Plugins
In reply to: AskApache Crazy CacheI’m using a beta version of AACrazyCache on askapache.com that I will be releasing in 1-2 weeks
Great news!.
I know of your site is hosted on DreamHost VPS. I’ve read quite a few of your .HTACCESS posts, and left two support messages(including trial for AACrazyCache) on your contact form, unfortunately couldn’t hear anything so far
I had tested few cache plugins, becasue Super Cache & WP-Cache doesn’t work on DH VPS and kill entire server within few minutes of activation. At present I’m using Hyper Cache, and looking forward to AACrazyCache release.
Forum: Fixing WordPress
In reply to: clean out the databaseWordPress eXtended RSS (WXR)
This files is created, when you export your blog via. Manage > export in WordPress admin.
Forum: Plugins
In reply to: AskApache Crazy CacheI’m currently using DreamHost VPS service, will it create any additional load? Please advise.
Forum: Fixing WordPress
In reply to: How can i know how much surfing my blog right now?Why don’t you try Woopra, read about it here.
Forum: Fixing WordPress
In reply to: Add file extensions to “pages”Search for HTML to pages plugin, that’ll do the job.
Forum: Plugins
In reply to: Looking for specific code highlighterYou can use syntaxhighlighter for your WordPress blog.
Forum: Fixing WordPress
In reply to: Hacked. Showing up in dashboard statsHave you tried changing your API key, because WordPress.com stats plugin fetches the data from WordPress.com servers and store into wp-options table.
You try to get a new key, and re-install stats plugin, after deleting each stats entries from wp-options table. I think, this’ll solve your problem, but you’ll lose your statstics.