delete .htaccess file then you will be access wp-admin now just update the permalinks to avoid link not found error
In terminal type: sudo gedit /etc/apache2/apache2.conf Find: <Directory /var/www/> And make sure the AllowOverride directive is set to All .…
<?php $tags = get_tags( array ( 'smallest' => 10 , 'largest' …