Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialSebastian Andersson
7,468 PointsMy web browser does not interpret my .php document in the right way. It just spits out the code in chrome.
When I open my .php file in Chrome it simply shows the code that I've written. Do I need some kind of extension so that my browser interprets the code correctly?
Help would be helpful.
1 Answer
Seth Reece
32,867 PointsYou need to use apache2 server to open php files as a web page. Once you have that set up, your files go in the apache root folder. For Ubuntu the default is var/www/html. Then you go to http://localhost/ or http://197.0.0.1.
Henry Morrow
19,425 PointsHenry Morrow
19,425 PointsIs there any videos on how to do this on treehouse? I have followed multiple installation guides attempting to make it so I can develop and preview websites with PHP, but I haven't been able to get anything working. I could use a more comprehensive walkthrough on how to access the apache root folder and use a text editor to preview php files.