I am using Windows 10 and Softaculous AMPPS 3.5, PHP version 5.5
It is very weird that after a successful installation of Flynax on my computer, I can access my admin panel only once after the installation. If I reboot my PC I get the login screen, I enter the username and password but nothing happens, I am redirected to the login screen, and can't access the admin panel.
Also some things are not working on the front-end, for example the signin selector and the language selector are not working!!!!!!

Here is what I did, and hope someone can help me:
1- I created a v-host with the same name of my license (xxxx.com), pointed to 127.0.0.1 port 80:
Here is the httpd-vhosts.conf file:

#### xxxx.com VirtualHost ####


<VirtualHost 127.0.0.1:80>
<Directory "c:/program files (x86)/ampps/www/xxxx.com">
Options FollowSymLinks Indexes
AllowOverride All
Order deny,allow
allow from All
</Directory>
ServerName xxxx.com
ServerAlias xxxx.com
ScriptAlias /cgi-bin/ "c:/program files (x86)/ampps/www/xxxx.com/cgi-bin/"
DocumentRoot "c:/program files (x86)/ampps/www/xxxx.com"
ErrorLog "C:/Program Files (x86)/Ampps/apache/logs/xxxx.com.err"
CustomLog "C:/Program Files (x86)/Ampps/apache/logs/xxxx.com.log" combined
</VirtualHost>

####################################
2- I extracted the FLynax4.5.1 in the xxxx.com directory, and started the installation by typing in the URL 127.0.0.1/xxxx.xom
www disabled
EVERYTHING is smooth and the software is installed normally.

3- I made 2 changes to the .htaccess file:
a) RewriteBase / to RewriteBase /xxxx.com/
b) I removed the # sign from: RewriteCond %{HTTP_HOST} \.{2,} [NC] # 1 is localhost usage, 2 is glabal usage


IS THERE ANYTHING ELSE MISSING???? can somebody help