Page 1 of 1

XAMPP will No longer display my files

PostPosted: 29. October 2020 05:13
by rch250
I am running xampp on Windows 8.1 and it no longer will display my local files when I type in my adddress bar in Chrome: localhost/xampp/htdocs

Re: XAMPP will No longer display my files

PostPosted: 29. October 2020 07:06
by Altrea
localhost/xampp/htdocs would request files in \xampp\htdocs\xampp\htdocs\
Is that the folder your website files are saved to?

Re: XAMPP will No longer display my files

PostPosted: 29. October 2020 09:54
by Nobbie
rch250 wrote:I am running xampp on Windows 8.1 and it no longer will display my local files when I type in my adddress bar in Chrome: localhost/xampp/htdocs


Who told you that odd address? Did you read the FAQ?

Re: XAMPP will No longer display my files

PostPosted: 29. October 2020 20:45
by rch250
My local files that I'm trying to access thru XAMPP in Chrome are stored on my hard drive at C:\xampp\htdocs

If I type localhost/xampp/htdocs in the address bar in Chrome, all I get are search engine results

Re: XAMPP will No longer display my files

PostPosted: 29. October 2020 20:51
by rch250
My files are stored on my hard drive at C:\xampp\htdocs

Re: XAMPP will No longer display my files

PostPosted: 29. October 2020 21:05
by Altrea
http://localhost/ is already mapped to C:\xampp\htdocs

So adding xampp/htdocs/ in your url is simply wrong.