Help With flux , Redirected to local host page T_T

Atomik

New member
Messages
23
Points
0
Age
29
Location
CyberSpace
Emulator
Hi Guys,
 

So i've been trying to install fluxcp on my local host .
i've xampp ready and all but when ever i try to enter fluxcp folder i get redirected to localhost/dashboard

i've been trying to fix it for a while now .

My cp location is : C:\xampp\htdocs\flux

when i type localhost/flux in my URL bar it redirects me to localhost/dashboard

Kindly help me out :)

Regards,
Atomik.

 
Hi Guys,
 

So i've been trying to install fluxcp on my local host .
i've xampp ready and all but when ever i try to enter fluxcp folder i get redirected to localhost/dashboard

i've been trying to fix it for a while now .

My cp location is : C:\xampp\htdocs\flux

when i type localhost/flux in my URL bar it redirects me to localhost/dashboard

Kindly help me out :)

Regards,
Atomik.
config/application.php:

Configure these 2 settings:

'ServerAddress' => 'localhost', // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80)
'BaseURI' => '', // The base URI is the base web root on which your application lies.


Your BaseURI should be flux.

so it would properly show in localhost/flux

 
Back
Top