Create a php.ini file and upload it into your /wp-admin folder.
Change the xx.
memory_limit = xxM
upload_max_filesize = xxM
post_max_size = xxM
file_uploads = On
Example php.ini find it online. =P
Create a php.ini file and upload it into your /wp-admin folder.
Change the xx.
memory_limit = xxM
upload_max_filesize = xxM
post_max_size = xxM
file_uploads = On
Example php.ini find it online. =P
Add these line in wp-config.php
define(‘WP_HOME’,’http://localhost/wordpress’);
define(‘WP_SITEURL’,’http://localhost/wordpress’);