In terminal type: sudo gedit /etc/apache2/apache2.conf Find: <Directory /var/www/> And make sure the AllowOverride directive is set to All .…
get-childitem *.png | foreach { rename-item $_ $_.Name.Replace("-min (Phone)", "") } here .png is the file extension -min (Phon…