its running on a PC/server , wamp->apache
i also have access to the files i have configured everything
fast cgi , mod rewrite everything is enabled in apache
so i have to do/configure everything in apache, because it has no hosting provider.
and here is the config of my vhost of gamespro100
<VirtualHost *:80>
ServerAdmin
*********
DocumentRoot "*******"
ServerName *************
ServerAlias
*******
ErrorLog "C:\******\error.log"
CustomLog "*******
<Directory "*****">
Options All
Options Indexes FollowSymLinks ExecCGI
AddHandler fcgid-script .php
Options +SymLinksIfOwnerMatch
DirectoryIndex index.php index.php3 index.html index.htm index.cgi index.pl
AllowOverride None
Allow from all
Require all granted
</Directory>