Page 1 of 1

Xampp with Windows 10 ColdFusion local host

PostPosted: 05. May 2024 00:34
by darylf
I have a Windows 10 Pro desktop with ColdFusion installed. I run localhost for my local ColdFusion files.

I recently installed Xampp 3.3.0. It installed successfully, other than having to change port 80 as it was already in use. I changed it to port 81 (no reason for that choice, perhaps it is wrong?).

When I pull up a browser and type in localhost it goes to my ColdFusion files. I can't seem to get to my folders with php files in them. They are installed under HTDocs.

Can someone give me direction please on how to fix this issue?

Thank you,

Daryl

Re: Xampp with Windows 10 ColdFusion local host

PostPosted: 05. May 2024 15:46
by Altrea
if you change the port, you need to append it to any request
http://localhost:81/

Re: Xampp with Windows 10 ColdFusion local host

PostPosted: 05. May 2024 18:30
by darylf
Thank you so much, that did the trick. - Daryl