Ok, I turned on the debug option in wp-config and now I get this error:
Fatal error: Call to undefined function mysql_connect() in C:\xampp\htdocs\FN_wordpress\wp-includes\wp-db.php on line 1643
I’ve tried setting up XAMPP’s PHP to 5.6.9 and even to 5.5, but no success.
I’ve used this Stackoverflow thread to do that:
https://stackoverflow.com/questions/45790160/is-there-way-to-use-two-php-versions-in-xampp
Hi Vijay,
I had .htaccess file, but there were some additional stuff there related to https and password protected directories, so I followed your advice and created a brand new .htaccess file with the basic WP stuff and renamed the directory from your example.
Unfortunately nothing changed and still no success… :((