مراحل نصب پلاگین wp-cahce طبق گفته سایت وردپرس به این صورته
1. Upload to your plugins folder, usually wp-content/plugins/ and unzip the file, it will create a wp-content/plugins/wp-cache/ directory.
2. If you have Gzip Compression enabled turn it off (in Options->Reading).
3. Create wp-content/cachedirectory and make sure the web server can write in it.
4. Make wp-content writeable by the web server.
5. Create a symbolic link from wp-content/advanced-cache.php to wp-content/plugins/wp-cache/wp-cache-phase1.php.
ln -s wp-content/plugins/wp-cache/wp-cache-phase1.php wp-content/advanced-cache.php
6. Add the following line to your wp-config.php file:
define(’WP_CACHE’, true);
7. Go to “Options” administration menu, select “WP-Cache” from the submenu and enable cache.
من همه مراحل رو متوجه میشم غیر از مرحله پنجم
منظور از Create a symbolic link چیه ؟
توی تنظیمان هم این ارور رو میده
advanced-cache.php link does not exist
Create it by executing:
ln -s /home/xxxxx/public_html/wordpress/wp-content/plugins/wp-cache/wp-cache-phase1.php /home/xxxxx/public_html/wordpress/wp-content/advanced-cache.php
in your server
Cannot continue... fix previous problems and retry
این پنجمین پلاگین کش هست که نصب میکنم و جوابی نمیگیرم :(