Curator's Featured Review
great support + magical loading screen a big gg 10/10 Hey guy if you had problem with ubuntu/linux/etc on apache2 to read .htaccess for the installation follow this: Go on putty and connect as a root or an other account with access type sudo apt-get update enter type sudo apt-get upgrade enter and it's gonna ask y/n you type y and enter type sudo nano /etc/apache2/apache2.conf enter find: <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Require all granted </Directory> Change AllowOverride None to AllowOverride All save and type sudo /etc/init.d/apache2 reload enter to reload apache 2 hope it's gonna help some of you :)
Xavpro