Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
itmoamun
tagDiv Member

Hello,

Now, I setting on file wp-config.php add

/** Memory Limit */
define( 'WP_MEMORY_LIMIT', '64M' );
define( 'WP_CACHE', true );

and on .htaccess add
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

<IfModule mod_php5.c>
php_value memory_limit 64M
</IfModule>

and add php.ini

max_execution_time = 90
max_input_time = 300
memory_limit = 64M
post_max_size = 32M
upload_max_filesize = 32M

see in phpinfo have all server requirements

View post on imgur.com

But can’t install this.

itmoamun
tagDiv Member

Thank for support, The Issue in social count is complete.

Viewing 2 posts - 1 through 2 (of 2 total)