Jump to content
  • 0
Atomik

Help With flux , Redirected to local host page T_T

Question

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.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0
1 hour ago, Atomik said:

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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.