MyBB Community Forums

Full Version: XAMPP - PHP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey MyBB Users Smile

Ive searched long and hard around the internet but I cannot see a workaround.

Basically I downloaded .exe xampp, and installed it to the suggested directory

C:\xampp

It runs fine, Ive moved some files into htdocs and shows them fine. But when trying to open a .php file, it justs shows a blank screen, but the default folder they put in; http://localhost/xampp works fine and that uses .php files?

Quote:System Windows NT ALEXANDER-PC 6.0 build 6000 (Windows Vista Home Premium Edition) i586
Build Date Nov 20 2009 17:20:57
Compiler MSVC6 (Visual C++ 6.0)
Architecture x86
Configure Command cscript /nologo configure.js "--enable-snapshot-build"
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path no value
Loaded Configuration File C:\xampp\php\php.ini
Scan this dir for additional .ini files (none)
Additional .ini files parsed (none)
PHP API 20090626
PHP Extension 20090626
Zend Extension 220090626
Zend Extension Build API220090626,TS,VC6
PHP Extension Build API20090626,TS,VC6
Debug Build no
Thread Safety enabled
Zend Memory Manager enabled
Zend Multibyte Support disabled
IPv6 Support enabled
Registered PHP Streams https, ftps, php, file, glob, data, http, ftp, compress.zlib, compress.bzip2, phar, zip
Registered Stream Socket Transports tcp, udp, ssl, sslv3, sslv2, tls
Registered Stream Filters convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, zlib.*, bzip2.*

Anyone got any help?

Thanks!
How are you trying to access the php files?

You can't access them in your browser AS files, you HAVE to use your localhost URL
(2010-01-18, 02:31 AM)ralgith Wrote: [ -> ]How are you trying to access the php files?

You can't access them in your browser AS files, you HAVE to use your localhost URL

I am I thought, as http://localhost/site/index.html works, surely; http://localhost/site/billing/install/install.php should work?
Yeh you put the files in your C:\\xampp\htdocs but you access files in there by going to http://localhost/(predefined folders) in your broswer.

Thanks anyway!