Get XAMPP to divert to my site automatically

The problem seems to be with Apache configuration. Please check your httpd.conf file and check also if any virtual hosts (v-hosts) are defined. More details on the httpd.conf file: http://httpd.apache.org/docs/2.2/configuring.html

SVG files and wordpress

You’re going to have to edit your functions.php file and add a few lines. This article has a better explanation. I suggest you try here if you haven’t already. https://css-tricks.com/snippets/wordpress/allow-svg-through-wordpress-media-uploader/

Failed to connect to PC:21 – WordPress & XAMPP

Generally speaking, on a local development environment I wouldn’t rely on FTP as an update solution. Fortunately your issue isn’t specific to XAMPP or Apache, but rather a question of server permissions in general. This is good news because it means the following WordPress documentation for Automatic Updates may contain some useful information for you. … Read more